Hex Color #72948C - Custom Color
Color Codes
HEX
#72948C
RGB
rgb(114, 148, 140)
HSL
hsl(166, 14%, 51%)
CMYK
cmyk(23%, 0%, 5%, 42%)
HSV
hsv(166, 23%, 58%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.32:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.33: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: #72948C;
color: #72948C;
border-color: #72948C;
}
Tailwind CSS (with arbitrary values)
bg-[#72948C]
text-[#72948C]
border-[#72948C]
// Example usage:
<div className="bg-[#72948C]">