#11bba4
a dark, electric cyan · cool · closest name: turquoise
RGB
17, 187, 164
HSL
172°, 83%, 40%
CMYK
91, 0, 12, 27
Luminance
0.3834
Every format
| HEX | #11bba4 |
| RGB | rgb(17, 187, 164) |
| HSL | hsl(172, 83%, 40%) |
| CMYK | cmyk(91%, 0%, 12%, 27%) |
| LAB | lab(68.3 -44.2 0.6) |
| LCH | lch(68.3 44.2 179.2) |
| OKLCH | oklch(0.711 0.127 179.6) |
Copy-ready code
/* CSS */
color: #11bba4;
background-color: #11bba4;
/* Tailwind (arbitrary) */
class="text-[#11bba4] bg-[#11bba4]"
/* SCSS */
$brand: #11bba4;
/* SwiftUI */
Color(red: 0.067, green: 0.733, blue: 0.643)
/* Android */
Color.parseColor("#11bba4")Accessibility — WCAG contrast
Aa
#11bba4 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#11bba4 on black: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green73.3%
Blue64.3%
CMYK percentages
Cyan90.9%
Magenta0.0%
Yellow12.3%
Key (black)26.7%
Color previews
#11bba4 text on a black background
contrast 8.67:1
Card sample
#11bba4 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11bba4;
Background color
Panel with #11bba4 background
background-color: #11bba4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11bba4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 187, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 187, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11bba4; background: linear-gradient(135deg, #11bba4, #1161BB);