#0fad2c
a dark, electric green · cool · closest name: forestgreen
RGB
15, 173, 44
HSL
131°, 84%, 37%
CMYK
91, 0, 75, 32
Luminance
0.3017
Every format
| HEX | #0fad2c |
| RGB | rgb(15, 173, 44) |
| HSL | hsl(131, 84%, 37%) |
| CMYK | cmyk(91%, 0%, 75%, 32%) |
| LAB | lab(61.8 -61.6 52.6) |
| LCH | lch(61.8 81.0 139.5) |
| OKLCH | oklch(0.651 0.204 144.4) |
Copy-ready code
/* CSS */
color: #0fad2c;
background-color: #0fad2c;
/* Tailwind (arbitrary) */
class="text-[#0fad2c] bg-[#0fad2c]"
/* SCSS */
$brand: #0fad2c;
/* SwiftUI */
Color(red: 0.059, green: 0.678, blue: 0.173)
/* Android */
Color.parseColor("#0fad2c")Accessibility — WCAG contrast
Aa
#0fad2c on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fad2c on black: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green67.8%
Blue17.3%
CMYK percentages
Cyan91.3%
Magenta0.0%
Yellow74.6%
Key (black)32.2%
Color previews
#0fad2c text on a black background
contrast 7.03:1
Card sample
#0fad2c text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fad2c;
Background color
Panel with #0fad2c background
background-color: #0fad2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fad2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 173, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 173, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fad2c; background: linear-gradient(135deg, #0fad2c, #0FAD95);