#096b24
a deep, electric green · cool · closest name: seagreen
RGB
9, 107, 36
HSL
137°, 85%, 23%
CMYK
92, 0, 66, 58
Luminance
0.1070
Every format
| HEX | #096b24 |
| RGB | rgb(9, 107, 36) |
| HSL | hsl(137, 85%, 23%) |
| CMYK | cmyk(92%, 0%, 66%, 58%) |
| LAB | lab(39.1 -41.8 31.8) |
| LCH | lch(39.1 52.5 142.8) |
| OKLCH | oklch(0.461 0.135 146.5) |
Copy-ready code
/* CSS */
color: #096b24;
background-color: #096b24;
/* Tailwind (arbitrary) */
class="text-[#096b24] bg-[#096b24]"
/* SCSS */
$brand: #096b24;
/* SwiftUI */
Color(red: 0.035, green: 0.420, blue: 0.141)
/* Android */
Color.parseColor("#096b24")Accessibility — WCAG contrast
Aa
#096b24 on white: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#096b24 on black: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green42.0%
Blue14.1%
CMYK percentages
Cyan91.6%
Magenta0.0%
Yellow66.4%
Key (black)58.0%
Color previews
#096b24 text on a black background
contrast 3.14:1
Card sample
#096b24 text on a white background
contrast 6.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #096b24;
Background color
Panel with #096b24 background
background-color: #096b24;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #096b24;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 107, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 107, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #096b24; background: linear-gradient(135deg, #096b24, #096B65);