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