#11dbb1
a balanced, electric cyan · cool · closest name: turquoise
RGB
17, 219, 177
HSL
168°, 86%, 46%
CMYK
92, 0, 19, 14
Luminance
0.5396
Every format
| HEX | #11dbb1 |
| RGB | rgb(17, 219, 177) |
| HSL | hsl(168, 86%, 46%) |
| CMYK | cmyk(92%, 0%, 19%, 14%) |
| LAB | lab(78.4 -53.9 8.3) |
| LCH | lch(78.4 54.5 171.3) |
| OKLCH | oklch(0.795 0.152 172.1) |
Copy-ready code
/* CSS */
color: #11dbb1;
background-color: #11dbb1;
/* Tailwind (arbitrary) */
class="text-[#11dbb1] bg-[#11dbb1]"
/* SCSS */
$brand: #11dbb1;
/* SwiftUI */
Color(red: 0.067, green: 0.859, blue: 0.694)
/* Android */
Color.parseColor("#11dbb1")Accessibility — WCAG contrast
Aa
#11dbb1 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#11dbb1 on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green85.9%
Blue69.4%
CMYK percentages
Cyan92.2%
Magenta0.0%
Yellow19.2%
Key (black)14.1%
Color previews
#11dbb1 text on a black background
contrast 11.79:1
Card sample
#11dbb1 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11dbb1;
Background color
Panel with #11dbb1 background
background-color: #11dbb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11dbb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 219, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 219, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11dbb1; background: linear-gradient(135deg, #11dbb1, #117EDB);