#096830
a deep, electric green · cool · closest name: seagreen
RGB
9, 104, 48
HSL
145°, 84%, 22%
CMYK
91, 0, 54, 59
Luminance
0.1017
Every format
| HEX | #096830 |
| RGB | rgb(9, 104, 48) |
| HSL | hsl(145, 84%, 22%) |
| CMYK | cmyk(91%, 0%, 54%, 59%) |
| LAB | lab(38.1 -38.9 24.4) |
| LCH | lch(38.1 45.9 147.9) |
| OKLCH | oklch(0.454 0.120 150.4) |
Copy-ready code
/* CSS */
color: #096830;
background-color: #096830;
/* Tailwind (arbitrary) */
class="text-[#096830] bg-[#096830]"
/* SCSS */
$brand: #096830;
/* SwiftUI */
Color(red: 0.035, green: 0.408, blue: 0.188)
/* Android */
Color.parseColor("#096830")Accessibility — WCAG contrast
Aa
#096830 on white: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#096830 on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green40.8%
Blue18.8%
CMYK percentages
Cyan91.3%
Magenta0.0%
Yellow53.8%
Key (black)59.2%
Color previews
#096830 text on a black background
contrast 3.03:1
Card sample
#096830 text on a white background
contrast 6.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #096830;
Background color
Panel with #096830 background
background-color: #096830;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #096830;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 104, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 104, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #096830; background: linear-gradient(135deg, #096830, #096168);