#17d2ac
a balanced, electric cyan · cool · closest name: turquoise
RGB
23, 210, 172
HSL
168°, 80%, 46%
CMYK
89, 0, 18, 18
Luminance
0.4925
Every format
| HEX | #17d2ac |
| RGB | rgb(23, 210, 172) |
| HSL | hsl(168, 80%, 46%) |
| CMYK | cmyk(89%, 0%, 18%, 18%) |
| LAB | lab(75.6 -51.3 6.9) |
| LCH | lch(75.6 51.7 172.3) |
| OKLCH | oklch(0.771 0.145 173.1) |
Copy-ready code
/* CSS */
color: #17d2ac;
background-color: #17d2ac;
/* Tailwind (arbitrary) */
class="text-[#17d2ac] bg-[#17d2ac]"
/* SCSS */
$brand: #17d2ac;
/* SwiftUI */
Color(red: 0.090, green: 0.824, blue: 0.675)
/* Android */
Color.parseColor("#17d2ac")Accessibility — WCAG contrast
Aa
#17d2ac on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#17d2ac on black: 10.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green82.4%
Blue67.5%
CMYK percentages
Cyan89.0%
Magenta0.0%
Yellow18.1%
Key (black)17.6%
Color previews
#17d2ac text on a black background
contrast 10.85:1
Card sample
#17d2ac text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17d2ac;
Background color
Panel with #17d2ac background
background-color: #17d2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17d2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 210, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 210, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17d2ac; background: linear-gradient(135deg, #17d2ac, #177BD2);