#11632f
a deep, vivid green · cool · closest name: seagreen
RGB
17, 99, 47
HSL
142°, 71%, 23%
CMYK
83, 0, 53, 61
Luminance
0.0925
Every format
| HEX | #11632f |
| RGB | rgb(17, 99, 47) |
| HSL | hsl(142, 71%, 23%) |
| CMYK | cmyk(83%, 0%, 53%, 61%) |
| LAB | lab(36.5 -36.2 22.9) |
| LCH | lch(36.5 42.8 147.7) |
| OKLCH | oklch(0.440 0.112 150.2) |
Copy-ready code
/* CSS */
color: #11632f;
background-color: #11632f;
/* Tailwind (arbitrary) */
class="text-[#11632f] bg-[#11632f]"
/* SCSS */
$brand: #11632f;
/* SwiftUI */
Color(red: 0.067, green: 0.388, blue: 0.184)
/* Android */
Color.parseColor("#11632f")Accessibility — WCAG contrast
Aa
#11632f on white: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#11632f on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green38.8%
Blue18.4%
CMYK percentages
Cyan82.8%
Magenta0.0%
Yellow52.5%
Key (black)61.2%
Color previews
#11632f text on a black background
contrast 2.85:1
Card sample
#11632f text on a white background
contrast 7.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11632f;
Background color
Panel with #11632f background
background-color: #11632f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11632f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 99, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 99, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11632f; background: linear-gradient(135deg, #11632f, #116063);