#0f5d08
a deep, electric green · cool · closest name: forestgreen
RGB
15, 93, 8
HSL
115°, 84%, 20%
CMYK
84, 0, 91, 64
Luminance
0.0795
Every format
| HEX | #0f5d08 |
| RGB | rgb(15, 93, 8) |
| HSL | hsl(115, 84%, 20%) |
| CMYK | cmyk(84%, 0%, 91%, 64%) |
| LAB | lab(33.9 -38.8 37.6) |
| LCH | lch(33.9 54.0 135.9) |
| OKLCH | oklch(0.417 0.134 142.0) |
Copy-ready code
/* CSS */
color: #0f5d08;
background-color: #0f5d08;
/* Tailwind (arbitrary) */
class="text-[#0f5d08] bg-[#0f5d08]"
/* SCSS */
$brand: #0f5d08;
/* SwiftUI */
Color(red: 0.059, green: 0.365, blue: 0.031)
/* Android */
Color.parseColor("#0f5d08")Accessibility — WCAG contrast
Aa
#0f5d08 on white: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f5d08 on black: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green36.5%
Blue3.1%
CMYK percentages
Cyan83.9%
Magenta0.0%
Yellow91.4%
Key (black)63.5%
Color previews
#0f5d08 text on a black background
contrast 2.59:1
Card sample
#0f5d08 text on a white background
contrast 8.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f5d08;
Background color
Panel with #0f5d08 background
background-color: #0f5d08;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f5d08;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 93, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 93, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f5d08; background: linear-gradient(135deg, #0f5d08, #085D3A);