#095e13
a deep, electric green · cool · closest name: forestgreen
RGB
9, 94, 19
HSL
127°, 83%, 20%
CMYK
90, 0, 80, 63
Luminance
0.0811
Every format
| HEX | #095e13 |
| RGB | rgb(9, 94, 19) |
| HSL | hsl(127, 83%, 20%) |
| CMYK | cmyk(90%, 0%, 80%, 63%) |
| LAB | lab(34.2 -39.2 34.2) |
| LCH | lch(34.2 52.0 138.9) |
| OKLCH | oklch(0.420 0.131 143.9) |
Copy-ready code
/* CSS */
color: #095e13;
background-color: #095e13;
/* Tailwind (arbitrary) */
class="text-[#095e13] bg-[#095e13]"
/* SCSS */
$brand: #095e13;
/* SwiftUI */
Color(red: 0.035, green: 0.369, blue: 0.075)
/* Android */
Color.parseColor("#095e13")Accessibility — WCAG contrast
Aa
#095e13 on white: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#095e13 on black: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green36.9%
Blue7.5%
CMYK percentages
Cyan90.4%
Magenta0.0%
Yellow79.8%
Key (black)63.1%
Color previews
#095e13 text on a black background
contrast 2.62:1
Card sample
#095e13 text on a white background
contrast 8.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #095e13;
Background color
Panel with #095e13 background
background-color: #095e13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #095e13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 94, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 94, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #095e13; background: linear-gradient(135deg, #095e13, #095E4C);