#095913
a deep, electric green · cool · closest name: seagreen
RGB
9, 89, 19
HSL
128°, 82%, 19%
CMYK
90, 0, 79, 65
Luminance
0.0725
Every format
| HEX | #095913 |
| RGB | rgb(9, 89, 19) |
| HSL | hsl(128, 82%, 19%) |
| CMYK | cmyk(90%, 0%, 79%, 65%) |
| LAB | lab(32.4 -37.5 32.3) |
| LCH | lch(32.4 49.5 139.2) |
| OKLCH | oklch(0.405 0.125 144.1) |
Copy-ready code
/* CSS */
color: #095913;
background-color: #095913;
/* Tailwind (arbitrary) */
class="text-[#095913] bg-[#095913]"
/* SCSS */
$brand: #095913;
/* SwiftUI */
Color(red: 0.035, green: 0.349, blue: 0.075)
/* Android */
Color.parseColor("#095913")Accessibility — WCAG contrast
Aa
#095913 on white: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#095913 on black: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green34.9%
Blue7.5%
CMYK percentages
Cyan89.9%
Magenta0.0%
Yellow78.7%
Key (black)65.1%
Color previews
#095913 text on a black background
contrast 2.45:1
Card sample
#095913 text on a white background
contrast 8.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #095913;
Background color
Panel with #095913 background
background-color: #095913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #095913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 89, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 89, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #095913; background: linear-gradient(135deg, #095913, #095948);