#0f930f
a dark, electric green · cool · closest name: green
RGB
15, 147, 15
HSL
120°, 82%, 32%
CMYK
90, 0, 90, 42
Luminance
0.2100
Every format
| HEX | #0f930f |
| RGB | rgb(15, 147, 15) |
| HSL | hsl(120, 82%, 32%) |
| CMYK | cmyk(90%, 0%, 90%, 42%) |
| LAB | lab(53.0 -55.7 52.7) |
| LCH | lch(53.0 76.7 136.5) |
| OKLCH | oklch(0.576 0.190 142.6) |
Copy-ready code
/* CSS */
color: #0f930f;
background-color: #0f930f;
/* Tailwind (arbitrary) */
class="text-[#0f930f] bg-[#0f930f]"
/* SCSS */
$brand: #0f930f;
/* SwiftUI */
Color(red: 0.059, green: 0.576, blue: 0.059)
/* Android */
Color.parseColor("#0f930f")Accessibility — WCAG contrast
Aa
#0f930f on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0f930f on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green57.6%
Blue5.9%
CMYK percentages
Cyan89.8%
Magenta0.0%
Yellow89.8%
Key (black)42.4%
Color previews
#0f930f text on a black background
contrast 5.20:1
Card sample
#0f930f text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f930f;
Background color
Panel with #0f930f background
background-color: #0f930f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f930f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 147, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 147, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f930f; background: linear-gradient(135deg, #0f930f, #0F9367);