#2098ac
a dark, vivid cyan · cool · closest name: teal
RGB
32, 152, 172
HSL
189°, 69%, 40%
CMYK
81, 12, 0, 33
Luminance
0.2574
Every format
| HEX | #2098ac |
| RGB | rgb(32, 152, 172) |
| HSL | hsl(189, 69%, 40%) |
| CMYK | cmyk(81%, 12%, 0%, 33%) |
| LAB | lab(57.8 -24.3 -19.5) |
| LCH | lch(57.8 31.2 218.7) |
| OKLCH | oklch(0.626 0.102 212.1) |
Copy-ready code
/* CSS */
color: #2098ac;
background-color: #2098ac;
/* Tailwind (arbitrary) */
class="text-[#2098ac] bg-[#2098ac]"
/* SCSS */
$brand: #2098ac;
/* SwiftUI */
Color(red: 0.125, green: 0.596, blue: 0.675)
/* Android */
Color.parseColor("#2098ac")Accessibility — WCAG contrast
Aa
#2098ac on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2098ac on black: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green59.6%
Blue67.5%
CMYK percentages
Cyan81.4%
Magenta11.6%
Yellow0.0%
Key (black)32.5%
Color previews
#2098ac text on a black background
contrast 6.15:1
Card sample
#2098ac text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2098ac;
Background color
Panel with #2098ac background
background-color: #2098ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2098ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 152, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 152, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2098ac; background: linear-gradient(135deg, #2098ac, #203BAC);