#11d2ac
a dark, electric cyan · cool · closest name: turquoise
RGB
17, 210, 172
HSL
168°, 85%, 45%
CMYK
92, 0, 18, 18
Luminance
0.4919
Every format
| HEX | #11d2ac |
| RGB | rgb(17, 210, 172) |
| HSL | hsl(168, 85%, 45%) |
| CMYK | cmyk(92%, 0%, 18%, 18%) |
| LAB | lab(75.6 -51.5 6.8) |
| LCH | lch(75.6 52.0 172.4) |
| OKLCH | oklch(0.771 0.146 173.2) |
Copy-ready code
/* CSS */
color: #11d2ac;
background-color: #11d2ac;
/* Tailwind (arbitrary) */
class="text-[#11d2ac] bg-[#11d2ac]"
/* SCSS */
$brand: #11d2ac;
/* SwiftUI */
Color(red: 0.067, green: 0.824, blue: 0.675)
/* Android */
Color.parseColor("#11d2ac")Accessibility — WCAG contrast
Aa
#11d2ac on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#11d2ac on black: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green82.4%
Blue67.5%
CMYK percentages
Cyan91.9%
Magenta0.0%
Yellow18.1%
Key (black)17.6%
Color previews
#11d2ac text on a black background
contrast 10.84:1
Card sample
#11d2ac text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11d2ac;
Background color
Panel with #11d2ac background
background-color: #11d2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11d2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 210, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 210, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11d2ac; background: linear-gradient(135deg, #11d2ac, #1177D2);