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