Hex Color #198ECC - Custom Color
Color Codes
HEX
#198ECC
RGB
rgb(25, 142, 204)
HSL
hsl(201, 78%, 45%)
CMYK
cmyk(88%, 30%, 0%, 20%)
HSV
hsv(201, 88%, 80%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.63:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 5.78: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: #198ECC;
color: #198ECC;
border-color: #198ECC;
}
Tailwind CSS (with arbitrary values)
bg-[#198ECC]
text-[#198ECC]
border-[#198ECC]
// Example usage:
<div className="bg-[#198ECC]">