Hex Color #175CAA - Custom Color
Color Codes
HEX
#175CAA
RGB
rgb(23, 92, 170)
HSL
hsl(212, 76%, 38%)
CMYK
cmyk(86%, 46%, 0%, 33%)
HSV
hsv(212, 86%, 67%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 6.67:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 3.15: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: #175CAA;
color: #175CAA;
border-color: #175CAA;
}
Tailwind CSS (with arbitrary values)
bg-[#175CAA]
text-[#175CAA]
border-[#175CAA]
// Example usage:
<div className="bg-[#175CAA]">