#11664d
a deep, vivid cyan · cool · closest name: teal
RGB
17, 102, 77
HSL
162°, 71%, 23%
CMYK
83, 0, 25, 60
Luminance
0.1016
Every format
| HEX | #11664d |
| RGB | rgb(17, 102, 77) |
| HSL | hsl(162, 71%, 23%) |
| CMYK | cmyk(83%, 0%, 25%, 60%) |
| LAB | lab(38.1 -30.7 7.3) |
| LCH | lch(38.1 31.6 166.5) |
| OKLCH | oklch(0.456 0.087 167.5) |
Copy-ready code
/* CSS */
color: #11664d;
background-color: #11664d;
/* Tailwind (arbitrary) */
class="text-[#11664d] bg-[#11664d]"
/* SCSS */
$brand: #11664d;
/* SwiftUI */
Color(red: 0.067, green: 0.400, blue: 0.302)
/* Android */
Color.parseColor("#11664d")Accessibility — WCAG contrast
Aa
#11664d on white: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#11664d on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green40.0%
Blue30.2%
CMYK percentages
Cyan83.3%
Magenta0.0%
Yellow24.5%
Key (black)60.0%
Color previews
#11664d text on a black background
contrast 3.03:1
Card sample
#11664d text on a white background
contrast 6.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11664d;
Background color
Panel with #11664d background
background-color: #11664d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11664d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 102, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 102, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11664d; background: linear-gradient(135deg, #11664d, #114666);