#11663b
a deep, vivid green · cool · closest name: seagreen
RGB
17, 102, 59
HSL
150°, 71%, 23%
CMYK
83, 0, 42, 60
Luminance
0.0994
Every format
| HEX | #11663b |
| RGB | rgb(17, 102, 59) |
| HSL | hsl(150, 71%, 23%) |
| CMYK | cmyk(83%, 0%, 42%, 60%) |
| LAB | lab(37.7 -35.1 17.6) |
| LCH | lch(37.7 39.2 153.4) |
| OKLCH | oklch(0.451 0.104 155.1) |
Copy-ready code
/* CSS */
color: #11663b;
background-color: #11663b;
/* Tailwind (arbitrary) */
class="text-[#11663b] bg-[#11663b]"
/* SCSS */
$brand: #11663b;
/* SwiftUI */
Color(red: 0.067, green: 0.400, blue: 0.231)
/* Android */
Color.parseColor("#11663b")Accessibility — WCAG contrast
Aa
#11663b on white: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#11663b on black: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green40.0%
Blue23.1%
CMYK percentages
Cyan83.3%
Magenta0.0%
Yellow42.2%
Key (black)60.0%
Color previews
#11663b text on a black background
contrast 2.99:1
Card sample
#11663b text on a white background
contrast 7.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11663b;
Background color
Panel with #11663b background
background-color: #11663b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11663b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 102, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 102, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11663b; background: linear-gradient(135deg, #11663b, #115866);