#11aabb
a dark, electric cyan · cool · closest name: teal
RGB
17, 170, 187
HSL
186°, 83%, 40%
CMYK
91, 9, 0, 27
Luminance
0.3246
Every format
| HEX | #11aabb |
| RGB | rgb(17, 170, 187) |
| HSL | hsl(186, 83%, 40%) |
| CMYK | cmyk(91%, 9%, 0%, 27%) |
| LAB | lab(63.7 -29.5 -18.9) |
| LCH | lch(63.7 35.0 212.7) |
| OKLCH | oklch(0.676 0.114 207.6) |
Copy-ready code
/* CSS */
color: #11aabb;
background-color: #11aabb;
/* Tailwind (arbitrary) */
class="text-[#11aabb] bg-[#11aabb]"
/* SCSS */
$brand: #11aabb;
/* SwiftUI */
Color(red: 0.067, green: 0.667, blue: 0.733)
/* Android */
Color.parseColor("#11aabb")Accessibility — WCAG contrast
Aa
#11aabb on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#11aabb on black: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green66.7%
Blue73.3%
CMYK percentages
Cyan90.9%
Magenta9.1%
Yellow0.0%
Key (black)26.7%
Color previews
#11aabb text on a black background
contrast 7.49:1
Card sample
#11aabb text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11aabb;
Background color
Panel with #11aabb background
background-color: #11aabb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11aabb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 170, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 170, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11aabb; background: linear-gradient(135deg, #11aabb, #1139BB);