Hex Color #636979 - Custom Color

Color Codes

HEX
#636979
RGB
rgb(99, 105, 121)
HSL
hsl(224, 10%, 43%)
CMYK
cmyk(18%, 13%, 0%, 53%)
HSV
hsv(224, 18%, 47%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 3.83: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: #636979;
color: #636979;
border-color: #636979;
}

Tailwind CSS (with arbitrary values)

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