#1199aa
a dark, electric cyan · cool · closest name: teal
RGB
17, 153, 170
HSL
187°, 82%, 37%
CMYK
90, 10, 0, 33
Luminance
0.2580
Every format
| HEX | #1199aa |
| RGB | rgb(17, 153, 170) |
| HSL | hsl(187, 82%, 37%) |
| CMYK | cmyk(90%, 10%, 0%, 33%) |
| LAB | lab(57.9 -26.6 -18.3) |
| LCH | lch(57.9 32.3 214.5) |
| OKLCH | oklch(0.626 0.105 209.0) |
Copy-ready code
/* CSS */
color: #1199aa;
background-color: #1199aa;
/* Tailwind (arbitrary) */
class="text-[#1199aa] bg-[#1199aa]"
/* SCSS */
$brand: #1199aa;
/* SwiftUI */
Color(red: 0.067, green: 0.600, blue: 0.667)
/* Android */
Color.parseColor("#1199aa")Accessibility — WCAG contrast
Aa
#1199aa on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1199aa on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green60.0%
Blue66.7%
CMYK percentages
Cyan90.0%
Magenta10.0%
Yellow0.0%
Key (black)33.3%
Color previews
#1199aa text on a black background
contrast 6.16:1
Card sample
#1199aa text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1199aa;
Background color
Panel with #1199aa background
background-color: #1199aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1199aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 153, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 153, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1199aa; background: linear-gradient(135deg, #1199aa, #1133AA);