#17b596
a dark, electric cyan · cool · closest name: turquoise
RGB
23, 181, 150
HSL
168°, 78%, 40%
CMYK
87, 0, 17, 29
Luminance
0.3543
Every format
| HEX | #17b596 |
| RGB | rgb(23, 181, 150) |
| HSL | hsl(168, 78%, 40%) |
| CMYK | cmyk(87%, 0%, 17%, 29%) |
| LAB | lab(66.1 -45.0 5.2) |
| LCH | lch(66.1 45.3 173.5) |
| OKLCH | oklch(0.692 0.128 174.2) |
Copy-ready code
/* CSS */
color: #17b596;
background-color: #17b596;
/* Tailwind (arbitrary) */
class="text-[#17b596] bg-[#17b596]"
/* SCSS */
$brand: #17b596;
/* SwiftUI */
Color(red: 0.090, green: 0.710, blue: 0.588)
/* Android */
Color.parseColor("#17b596")Accessibility — WCAG contrast
Aa
#17b596 on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#17b596 on black: 8.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green71.0%
Blue58.8%
CMYK percentages
Cyan87.3%
Magenta0.0%
Yellow17.1%
Key (black)29.0%
Color previews
#17b596 text on a black background
contrast 8.09:1
Card sample
#17b596 text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17b596;
Background color
Panel with #17b596 background
background-color: #17b596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17b596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 181, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 181, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17b596; background: linear-gradient(135deg, #17b596, #176BB5);