#17dbc9
a balanced, electric cyan · cool · closest name: turquoise
RGB
23, 219, 201
HSL
175°, 81%, 48%
CMYK
90, 0, 8, 14
Luminance
0.5506
Every format
| HEX | #17dbc9 |
| RGB | rgb(23, 219, 201) |
| HSL | hsl(175, 81%, 48%) |
| CMYK | cmyk(90%, 0%, 8%, 14%) |
| LAB | lab(79.1 -47.3 -3.6) |
| LCH | lch(79.1 47.4 184.3) |
| OKLCH | oklch(0.802 0.139 184.3) |
Copy-ready code
/* CSS */
color: #17dbc9;
background-color: #17dbc9;
/* Tailwind (arbitrary) */
class="text-[#17dbc9] bg-[#17dbc9]"
/* SCSS */
$brand: #17dbc9;
/* SwiftUI */
Color(red: 0.090, green: 0.859, blue: 0.788)
/* Android */
Color.parseColor("#17dbc9")Accessibility — WCAG contrast
Aa
#17dbc9 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#17dbc9 on black: 12.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green85.9%
Blue78.8%
CMYK percentages
Cyan89.5%
Magenta0.0%
Yellow8.2%
Key (black)14.1%
Color previews
#17dbc9 text on a black background
contrast 12.01:1
Card sample
#17dbc9 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17dbc9;
Background color
Panel with #17dbc9 background
background-color: #17dbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17dbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 219, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 219, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17dbc9; background: linear-gradient(135deg, #17dbc9, #176ADB);