Hex Color #704E6C - Custom Color
Color Codes
HEX
#704E6C
RGB
rgb(112, 78, 108)
HSL
hsl(307, 18%, 37%)
CMYK
cmyk(0%, 30%, 4%, 56%)
HSV
hsv(307, 30%, 44%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 7.01:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 3.00: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: #704E6C;
color: #704E6C;
border-color: #704E6C;
}
Tailwind CSS (with arbitrary values)
bg-[#704E6C]
text-[#704E6C]
border-[#704E6C]
// Example usage:
<div className="bg-[#704E6C]">