#0fa82e
a dark, electric green · cool · closest name: forestgreen
RGB
15, 168, 46
HSL
132°, 84%, 36%
CMYK
91, 0, 73, 34
Luminance
0.2830
Every format
| HEX | #0fa82e |
| RGB | rgb(15, 168, 46) |
| HSL | hsl(132, 84%, 36%) |
| CMYK | cmyk(91%, 0%, 73%, 34%) |
| LAB | lab(60.2 -59.9 50.2) |
| LCH | lch(60.2 78.2 140.1) |
| OKLCH | oklch(0.637 0.198 144.7) |
Copy-ready code
/* CSS */
color: #0fa82e;
background-color: #0fa82e;
/* Tailwind (arbitrary) */
class="text-[#0fa82e] bg-[#0fa82e]"
/* SCSS */
$brand: #0fa82e;
/* SwiftUI */
Color(red: 0.059, green: 0.659, blue: 0.180)
/* Android */
Color.parseColor("#0fa82e")Accessibility — WCAG contrast
Aa
#0fa82e on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0fa82e on black: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green65.9%
Blue18.0%
CMYK percentages
Cyan91.1%
Magenta0.0%
Yellow72.6%
Key (black)34.1%
Color previews
#0fa82e text on a black background
contrast 6.66:1
Card sample
#0fa82e text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fa82e;
Background color
Panel with #0fa82e background
background-color: #0fa82e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fa82e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 168, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 168, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fa82e; background: linear-gradient(135deg, #0fa82e, #0FA894);