#0fbd49
a dark, electric green · cool · closest name: forestgreen
RGB
15, 189, 73
HSL
140°, 85%, 40%
CMYK
92, 0, 61, 26
Luminance
0.3698
Every format
| HEX | #0fbd49 |
| RGB | rgb(15, 189, 73) |
| HSL | hsl(140, 85%, 40%) |
| CMYK | cmyk(92%, 0%, 61%, 26%) |
| LAB | lab(67.3 -63.5 46.6) |
| LCH | lch(67.3 78.8 143.7) |
| OKLCH | oklch(0.697 0.203 147.3) |
Copy-ready code
/* CSS */
color: #0fbd49;
background-color: #0fbd49;
/* Tailwind (arbitrary) */
class="text-[#0fbd49] bg-[#0fbd49]"
/* SCSS */
$brand: #0fbd49;
/* SwiftUI */
Color(red: 0.059, green: 0.741, blue: 0.286)
/* Android */
Color.parseColor("#0fbd49")Accessibility — WCAG contrast
Aa
#0fbd49 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fbd49 on black: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green74.1%
Blue28.6%
CMYK percentages
Cyan92.1%
Magenta0.0%
Yellow61.4%
Key (black)25.9%
Color previews
#0fbd49 text on a black background
contrast 8.40:1
Card sample
#0fbd49 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fbd49;
Background color
Panel with #0fbd49 background
background-color: #0fbd49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fbd49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 189, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 189, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fbd49; background: linear-gradient(135deg, #0fbd49, #0FBDBD);