#0f8821
a dark, electric green · cool · “forestgreen”
RGB
15, 136, 33
HSL
129°, 80%, 30%
CMYK
89, 0, 76, 47
Luminance
0.1782
Every format
| HEX | #0f8821 |
| RGB | rgb(15, 136, 33) |
| HSL | hsl(129, 80%, 30%) |
| CMYK | cmyk(89%, 0%, 76%, 47%) |
| LAB | lab(49.3 -51.2 44.0) |
| LCH | lch(49.3 67.5 139.3) |
| OKLCH | oklch(0.546 0.170 144.2) |
Copy-ready code
/* CSS */
color: #0f8821;
background-color: #0f8821;
/* Tailwind (arbitrary) */
class="text-[#0f8821] bg-[#0f8821]"
/* SCSS */
$brand: #0f8821;
/* SwiftUI */
Color(red: 0.059, green: 0.533, blue: 0.129)
/* Android */
Color.parseColor("#0f8821")Accessibility — WCAG contrast
Aa
#0f8821 on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0f8821 on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green53.3%
Blue12.9%
CMYK percentages
Cyan89.0%
Magenta0.0%
Yellow75.7%
Key (black)46.7%
Color previews
#0f8821 text on a black background
contrast 4.56:1
Card sample
#0f8821 text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f8821;
Background color
Panel with #0f8821 background
background-color: #0f8821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f8821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 136, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 136, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f8821; background: linear-gradient(135deg, #0f8821, #0F8872);