#096621
a deep, electric green · cool · closest name: seagreen
RGB
9, 102, 33
HSL
136°, 84%, 22%
CMYK
91, 0, 68, 60
Luminance
0.0967
Every format
| HEX | #096621 |
| RGB | rgb(9, 102, 33) |
| HSL | hsl(136, 84%, 22%) |
| CMYK | cmyk(91%, 0%, 68%, 60%) |
| LAB | lab(37.2 -40.4 31.2) |
| LCH | lch(37.2 51.0 142.4) |
| OKLCH | oklch(0.446 0.131 146.2) |
Copy-ready code
/* CSS */
color: #096621;
background-color: #096621;
/* Tailwind (arbitrary) */
class="text-[#096621] bg-[#096621]"
/* SCSS */
$brand: #096621;
/* SwiftUI */
Color(red: 0.035, green: 0.400, blue: 0.129)
/* Android */
Color.parseColor("#096621")Accessibility — WCAG contrast
Aa
#096621 on white: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#096621 on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green40.0%
Blue12.9%
CMYK percentages
Cyan91.2%
Magenta0.0%
Yellow67.6%
Key (black)60.0%
Color previews
#096621 text on a black background
contrast 2.93:1
Card sample
#096621 text on a white background
contrast 7.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #096621;
Background color
Panel with #096621 background
background-color: #096621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #096621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 102, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 102, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #096621; background: linear-gradient(135deg, #096621, #09665F);