#156458
a deep, vivid cyan · cool · closest name: teal
RGB
21, 100, 88
HSL
171°, 65%, 24%
CMYK
79, 0, 12, 61
Luminance
0.0998
Every format
| HEX | #156458 |
| RGB | rgb(21, 100, 88) |
| HSL | hsl(171, 65%, 24%) |
| CMYK | cmyk(79%, 0%, 12%, 61%) |
| LAB | lab(37.8 -26.1 0.2) |
| LCH | lch(37.8 26.1 179.6) |
| OKLCH | oklch(0.454 0.075 180.0) |
Copy-ready code
/* CSS */
color: #156458;
background-color: #156458;
/* Tailwind (arbitrary) */
class="text-[#156458] bg-[#156458]"
/* SCSS */
$brand: #156458;
/* SwiftUI */
Color(red: 0.082, green: 0.392, blue: 0.345)
/* Android */
Color.parseColor("#156458")Accessibility — WCAG contrast
Aa
#156458 on white: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#156458 on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green39.2%
Blue34.5%
CMYK percentages
Cyan79.0%
Magenta0.0%
Yellow12.0%
Key (black)60.8%
Color previews
#156458 text on a black background
contrast 3.00:1
Card sample
#156458 text on a white background
contrast 7.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #156458;
Background color
Panel with #156458 background
background-color: #156458;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #156458;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 100, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 100, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #156458; background: linear-gradient(135deg, #156458, #153B64);