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