#11ccaf
a dark, electric cyan · cool · closest name: turquoise
RGB
17, 204, 175
HSL
171°, 85%, 43%
CMYK
92, 0, 14, 20
Luminance
0.4640
Every format
| HEX | #11ccaf |
| RGB | rgb(17, 204, 175) |
| HSL | hsl(171, 85%, 43%) |
| CMYK | cmyk(92%, 0%, 14%, 20%) |
| LAB | lab(73.8 -48.3 2.7) |
| LCH | lch(73.8 48.4 176.8) |
| OKLCH | oklch(0.757 0.138 177.4) |
Copy-ready code
/* CSS */
color: #11ccaf;
background-color: #11ccaf;
/* Tailwind (arbitrary) */
class="text-[#11ccaf] bg-[#11ccaf]"
/* SCSS */
$brand: #11ccaf;
/* SwiftUI */
Color(red: 0.067, green: 0.800, blue: 0.686)
/* Android */
Color.parseColor("#11ccaf")Accessibility — WCAG contrast
Aa
#11ccaf on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#11ccaf on black: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green80.0%
Blue68.6%
CMYK percentages
Cyan91.7%
Magenta0.0%
Yellow14.2%
Key (black)20.0%
Color previews
#11ccaf text on a black background
contrast 10.28:1
Card sample
#11ccaf text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11ccaf;
Background color
Panel with #11ccaf background
background-color: #11ccaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11ccaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 204, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 204, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11ccaf; background: linear-gradient(135deg, #11ccaf, #116CCC);