#11ccaa
a dark, electric cyan · cool · closest name: turquoise
RGB
17, 204, 170
HSL
169°, 85%, 43%
CMYK
92, 0, 17, 20
Luminance
0.4621
Every format
| HEX | #11ccaa |
| RGB | rgb(17, 204, 170) |
| HSL | hsl(169, 85%, 43%) |
| CMYK | cmyk(92%, 0%, 17%, 20%) |
| LAB | lab(73.7 -49.6 5.2) |
| LCH | lch(73.7 49.9 174.0) |
| OKLCH | oklch(0.755 0.141 174.7) |
Copy-ready code
/* CSS */
color: #11ccaa;
background-color: #11ccaa;
/* Tailwind (arbitrary) */
class="text-[#11ccaa] bg-[#11ccaa]"
/* SCSS */
$brand: #11ccaa;
/* SwiftUI */
Color(red: 0.067, green: 0.800, blue: 0.667)
/* Android */
Color.parseColor("#11ccaa")Accessibility — WCAG contrast
Aa
#11ccaa on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#11ccaa on black: 10.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green80.0%
Blue66.7%
CMYK percentages
Cyan91.7%
Magenta0.0%
Yellow16.7%
Key (black)20.0%
Color previews
#11ccaa text on a black background
contrast 10.24:1
Card sample
#11ccaa text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11ccaa;
Background color
Panel with #11ccaa background
background-color: #11ccaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11ccaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 204, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 204, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11ccaa; background: linear-gradient(135deg, #11ccaa, #1171CC);