#0fa54b
a dark, electric green · cool · closest name: forestgreen
RGB
15, 165, 75
HSL
144°, 83%, 35%
CMYK
91, 0, 55, 35
Luminance
0.2752
Every format
| HEX | #0fa54b |
| RGB | rgb(15, 165, 75) |
| HSL | hsl(144, 83%, 35%) |
| CMYK | cmyk(91%, 0%, 55%, 35%) |
| LAB | lab(59.5 -55.5 36.4) |
| LCH | lch(59.5 66.4 146.7) |
| OKLCH | oklch(0.632 0.172 149.5) |
Copy-ready code
/* CSS */
color: #0fa54b;
background-color: #0fa54b;
/* Tailwind (arbitrary) */
class="text-[#0fa54b] bg-[#0fa54b]"
/* SCSS */
$brand: #0fa54b;
/* SwiftUI */
Color(red: 0.059, green: 0.647, blue: 0.294)
/* Android */
Color.parseColor("#0fa54b")Accessibility — WCAG contrast
Aa
#0fa54b on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0fa54b on black: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green64.7%
Blue29.4%
CMYK percentages
Cyan90.9%
Magenta0.0%
Yellow54.5%
Key (black)35.3%
Color previews
#0fa54b text on a black background
contrast 6.50:1
Card sample
#0fa54b text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fa54b;
Background color
Panel with #0fa54b background
background-color: #0fa54b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fa54b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 165, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 165, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fa54b; background: linear-gradient(135deg, #0fa54b, #0F9BA5);