#0fad47
a dark, electric green · cool · closest name: forestgreen
RGB
15, 173, 71
HSL
141°, 84%, 37%
CMYK
91, 0, 59, 32
Luminance
0.3044
Every format
| HEX | #0fad47 |
| RGB | rgb(15, 173, 71) |
| HSL | hsl(141, 84%, 37%) |
| CMYK | cmyk(91%, 0%, 59%, 32%) |
| LAB | lab(62.0 -58.7 41.5) |
| LCH | lch(62.0 71.8 144.8) |
| OKLCH | oklch(0.653 0.185 148.0) |
Copy-ready code
/* CSS */
color: #0fad47;
background-color: #0fad47;
/* Tailwind (arbitrary) */
class="text-[#0fad47] bg-[#0fad47]"
/* SCSS */
$brand: #0fad47;
/* SwiftUI */
Color(red: 0.059, green: 0.678, blue: 0.278)
/* Android */
Color.parseColor("#0fad47")Accessibility — WCAG contrast
Aa
#0fad47 on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fad47 on black: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green67.8%
Blue27.8%
CMYK percentages
Cyan91.3%
Magenta0.0%
Yellow59.0%
Key (black)32.2%
Color previews
#0fad47 text on a black background
contrast 7.09:1
Card sample
#0fad47 text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fad47;
Background color
Panel with #0fad47 background
background-color: #0fad47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fad47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 173, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 173, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fad47; background: linear-gradient(135deg, #0fad47, #0FAAAD);