Hex Color #7F898F - Custom Color

Color Codes

HEX
#7F898F
RGB
rgb(127, 137, 143)
HSL
hsl(203, 7%, 53%)
CMYK
cmyk(11%, 4%, 0%, 44%)
HSV
hsv(203, 11%, 56%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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