#11664a
a deep, vivid cyan · cool · closest name: seagreen
RGB
17, 102, 74
HSL
160°, 71%, 23%
CMYK
83, 0, 28, 60
Luminance
0.1012
Every format
| HEX | #11664a |
| RGB | rgb(17, 102, 74) |
| HSL | hsl(160, 71%, 23%) |
| CMYK | cmyk(83%, 0%, 28%, 60%) |
| LAB | lab(38.0 -31.5 9.1) |
| LCH | lch(38.0 32.8 163.9) |
| OKLCH | oklch(0.455 0.090 165.0) |
Copy-ready code
/* CSS */
color: #11664a;
background-color: #11664a;
/* Tailwind (arbitrary) */
class="text-[#11664a] bg-[#11664a]"
/* SCSS */
$brand: #11664a;
/* SwiftUI */
Color(red: 0.067, green: 0.400, blue: 0.290)
/* Android */
Color.parseColor("#11664a")Accessibility — WCAG contrast
Aa
#11664a on white: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#11664a on black: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green40.0%
Blue29.0%
CMYK percentages
Cyan83.3%
Magenta0.0%
Yellow27.5%
Key (black)60.0%
Color previews
#11664a text on a black background
contrast 3.02:1
Card sample
#11664a text on a white background
contrast 6.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11664a;
Background color
Panel with #11664a background
background-color: #11664a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11664a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 102, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 102, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11664a; background: linear-gradient(135deg, #11664a, #114966);