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