Hex Color #707DAA - Custom Color
Color Codes
HEX
#707DAA
RGB
rgb(112, 125, 170)
HSL
hsl(227, 25%, 55%)
CMYK
cmyk(34%, 26%, 0%, 33%)
HSV
hsv(227, 34%, 67%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.04:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 5.20: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: #707DAA;
color: #707DAA;
border-color: #707DAA;
}
Tailwind CSS (with arbitrary values)
bg-[#707DAA]
text-[#707DAA]
border-[#707DAA]
// Example usage:
<div className="bg-[#707DAA]">