Hex Color #676D8E - Custom Color

Color Codes

HEX
#676D8E
RGB
rgb(103, 109, 142)
HSL
hsl(231, 16%, 48%)
CMYK
cmyk(27%, 23%, 0%, 44%)
HSV
hsv(231, 27%, 56%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 4.15:1
Fail - 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: #676D8E;
color: #676D8E;
border-color: #676D8E;
}

Tailwind CSS (with arbitrary values)

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