#11aaaa
a dark, electric cyan · cool · closest name: teal
RGB
17, 170, 170
HSL
180°, 82%, 37%
CMYK
90, 0, 0, 33
Luminance
0.3177
Every format
| HEX | #11aaaa |
| RGB | rgb(17, 170, 170) |
| HSL | hsl(180, 82%, 37%) |
| CMYK | cmyk(90%, 0%, 0%, 33%) |
| LAB | lab(63.1 -34.8 -10.3) |
| LCH | lch(63.1 36.3 196.4) |
| OKLCH | oklch(0.669 0.112 194.8) |
Copy-ready code
/* CSS */
color: #11aaaa;
background-color: #11aaaa;
/* Tailwind (arbitrary) */
class="text-[#11aaaa] bg-[#11aaaa]"
/* SCSS */
$brand: #11aaaa;
/* SwiftUI */
Color(red: 0.067, green: 0.667, blue: 0.667)
/* Android */
Color.parseColor("#11aaaa")Accessibility — WCAG contrast
Aa
#11aaaa on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#11aaaa on black: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green66.7%
Blue66.7%
CMYK percentages
Cyan90.0%
Magenta0.0%
Yellow0.0%
Key (black)33.3%
Color previews
#11aaaa text on a black background
contrast 7.35:1
Card sample
#11aaaa text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11aaaa;
Background color
Panel with #11aaaa background
background-color: #11aaaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11aaaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 170, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 170, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11aaaa; background: linear-gradient(135deg, #11aaaa, #1144AA);