#0f9b2f
a dark, electric green · cool · closest name: forestgreen
RGB
15, 155, 47
HSL
134°, 82%, 33%
CMYK
90, 0, 70, 39
Luminance
0.2375
Every format
| HEX | #0f9b2f |
| RGB | rgb(15, 155, 47) |
| HSL | hsl(134, 82%, 33%) |
| CMYK | cmyk(90%, 0%, 70%, 39%) |
| LAB | lab(55.8 -55.8 45.2) |
| LCH | lch(55.8 71.8 141.0) |
| OKLCH | oklch(0.601 0.183 145.3) |
Copy-ready code
/* CSS */
color: #0f9b2f;
background-color: #0f9b2f;
/* Tailwind (arbitrary) */
class="text-[#0f9b2f] bg-[#0f9b2f]"
/* SCSS */
$brand: #0f9b2f;
/* SwiftUI */
Color(red: 0.059, green: 0.608, blue: 0.184)
/* Android */
Color.parseColor("#0f9b2f")Accessibility — WCAG contrast
Aa
#0f9b2f on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0f9b2f on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green60.8%
Blue18.4%
CMYK percentages
Cyan90.3%
Magenta0.0%
Yellow69.7%
Key (black)39.2%
Color previews
#0f9b2f text on a black background
contrast 5.75:1
Card sample
#0f9b2f text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f9b2f;
Background color
Panel with #0f9b2f background
background-color: #0f9b2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f9b2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 155, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 155, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f9b2f; background: linear-gradient(135deg, #0f9b2f, #0F9B8C);