#11bba2
a dark, electric cyan · cool · closest name: turquoise
RGB
17, 187, 162
HSL
171°, 83%, 40%
CMYK
91, 0, 13, 27
Luminance
0.3827
Every format
| HEX | #11bba2 |
| RGB | rgb(17, 187, 162) |
| HSL | hsl(171, 83%, 40%) |
| CMYK | cmyk(91%, 0%, 13%, 27%) |
| LAB | lab(68.2 -44.7 1.6) |
| LCH | lch(68.2 44.7 177.9) |
| OKLCH | oklch(0.710 0.128 178.4) |
Copy-ready code
/* CSS */
color: #11bba2;
background-color: #11bba2;
/* Tailwind (arbitrary) */
class="text-[#11bba2] bg-[#11bba2]"
/* SCSS */
$brand: #11bba2;
/* SwiftUI */
Color(red: 0.067, green: 0.733, blue: 0.635)
/* Android */
Color.parseColor("#11bba2")Accessibility — WCAG contrast
Aa
#11bba2 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#11bba2 on black: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green73.3%
Blue63.5%
CMYK percentages
Cyan90.9%
Magenta0.0%
Yellow13.4%
Key (black)26.7%
Color previews
#11bba2 text on a black background
contrast 8.65:1
Card sample
#11bba2 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11bba2;
Background color
Panel with #11bba2 background
background-color: #11bba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11bba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 187, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 187, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11bba2; background: linear-gradient(135deg, #11bba2, #1163BB);