#0f2f0f
a deep, vivid green · cool · closest name: darkslategray
RGB
15, 47, 15
HSL
120°, 52%, 12%
CMYK
68, 0, 68, 82
Luminance
0.0217
Every format
| HEX | #0f2f0f |
| RGB | rgb(15, 47, 15) |
| HSL | hsl(120, 52%, 12%) |
| CMYK | cmyk(68%, 0%, 68%, 82%) |
| LAB | lab(16.4 -19.9 16.7) |
| LCH | lch(16.4 26.0 139.9) |
| OKLCH | oklch(0.272 0.067 143.5) |
Copy-ready code
/* CSS */
color: #0f2f0f;
background-color: #0f2f0f;
/* Tailwind (arbitrary) */
class="text-[#0f2f0f] bg-[#0f2f0f]"
/* SCSS */
$brand: #0f2f0f;
/* SwiftUI */
Color(red: 0.059, green: 0.184, blue: 0.059)
/* Android */
Color.parseColor("#0f2f0f")Accessibility — WCAG contrast
Aa
#0f2f0f on white: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f2f0f on black: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green18.4%
Blue5.9%
CMYK percentages
Cyan68.1%
Magenta0.0%
Yellow68.1%
Key (black)81.6%
Color previews
#0f2f0f text on a black background
contrast 1.43:1
Card sample
#0f2f0f text on a white background
contrast 14.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f2f0f;
Background color
Panel with #0f2f0f background
background-color: #0f2f0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f2f0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 47, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 47, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f2f0f; background: linear-gradient(135deg, #0f2f0f, #0F2F24);