Hex Color #677975 - Custom Color

Color Codes

HEX
#677975
RGB
rgb(103, 121, 117)
HSL
hsl(167, 8%, 44%)
CMYK
cmyk(15%, 0%, 3%, 53%)
HSV
hsv(167, 15%, 47%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

Contrast Ratio: 4.60:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Text on Black Background

Sample Text

Contrast Ratio: 4.57:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Recommended Text Color

For best readability on this background color, use white text.

Similar Colors

Color in Use

Card with colored border

Background with 20% opacity

CSS Code

.element {
background-color: #677975;
color: #677975;
border-color: #677975;
}

Tailwind CSS (with arbitrary values)

bg-[#677975]
text-[#677975]
border-[#677975]
// Example usage:
<div className="bg-[#677975]">