#17dfba
a balanced, electric cyan · cool · closest name: turquoise
RGB
23, 223, 186
HSL
169°, 81%, 48%
CMYK
90, 0, 17, 13
Luminance
0.5650
Every format
| HEX | #17dfba |
| RGB | rgb(23, 223, 186) |
| HSL | hsl(169, 81%, 48%) |
| CMYK | cmyk(90%, 0%, 17%, 13%) |
| LAB | lab(79.9 -52.9 5.6) |
| LCH | lch(79.9 53.2 174.0) |
| OKLCH | oklch(0.808 0.150 174.6) |
Copy-ready code
/* CSS */
color: #17dfba;
background-color: #17dfba;
/* Tailwind (arbitrary) */
class="text-[#17dfba] bg-[#17dfba]"
/* SCSS */
$brand: #17dfba;
/* SwiftUI */
Color(red: 0.090, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#17dfba")Accessibility — WCAG contrast
Aa
#17dfba on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#17dfba on black: 12.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green87.5%
Blue72.9%
CMYK percentages
Cyan89.7%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#17dfba text on a black background
contrast 12.30:1
Card sample
#17dfba text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17dfba;
Background color
Panel with #17dfba background
background-color: #17dfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17dfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17dfba; background: linear-gradient(135deg, #17dfba, #177FDF);