#17afac
a dark, electric cyan · cool · closest name: teal
RGB
23, 175, 172
HSL
179°, 77%, 39%
CMYK
87, 0, 2, 31
Luminance
0.3382
Every format
| HEX | #17afac |
| RGB | rgb(23, 175, 172) |
| HSL | hsl(179, 77%, 39%) |
| CMYK | cmyk(87%, 0%, 2%, 31%) |
| LAB | lab(64.8 -36.2 -8.9) |
| LCH | lch(64.8 37.3 193.8) |
| OKLCH | oklch(0.683 0.114 192.6) |
Copy-ready code
/* CSS */
color: #17afac;
background-color: #17afac;
/* Tailwind (arbitrary) */
class="text-[#17afac] bg-[#17afac]"
/* SCSS */
$brand: #17afac;
/* SwiftUI */
Color(red: 0.090, green: 0.686, blue: 0.675)
/* Android */
Color.parseColor("#17afac")Accessibility — WCAG contrast
Aa
#17afac on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#17afac on black: 7.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green68.6%
Blue67.5%
CMYK percentages
Cyan86.9%
Magenta0.0%
Yellow1.7%
Key (black)31.4%
Color previews
#17afac text on a black background
contrast 7.76:1
Card sample
#17afac text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17afac;
Background color
Panel with #17afac background
background-color: #17afac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17afac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 175, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 175, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17afac; background: linear-gradient(135deg, #17afac, #174DAF);