#0f3213
a deep, vivid green · cool · closest name: darkslategray
RGB
15, 50, 19
HSL
127°, 54%, 13%
CMYK
70, 0, 62, 80
Luminance
0.0243
Every format
| HEX | #0f3213 |
| RGB | rgb(15, 50, 19) |
| HSL | hsl(127, 54%, 13%) |
| CMYK | cmyk(70%, 0%, 62%, 80%) |
| LAB | lab(17.6 -20.7 15.9) |
| LCH | lch(17.6 26.1 142.4) |
| OKLCH | oklch(0.283 0.068 145.6) |
Copy-ready code
/* CSS */
color: #0f3213;
background-color: #0f3213;
/* Tailwind (arbitrary) */
class="text-[#0f3213] bg-[#0f3213]"
/* SCSS */
$brand: #0f3213;
/* SwiftUI */
Color(red: 0.059, green: 0.196, blue: 0.075)
/* Android */
Color.parseColor("#0f3213")Accessibility — WCAG contrast
Aa
#0f3213 on white: 14.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f3213 on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green19.6%
Blue7.5%
CMYK percentages
Cyan70.0%
Magenta0.0%
Yellow62.0%
Key (black)80.4%
Color previews
#0f3213 text on a black background
contrast 1.49:1
Card sample
#0f3213 text on a white background
contrast 14.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f3213;
Background color
Panel with #0f3213 background
background-color: #0f3213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f3213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 50, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 50, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f3213; background: linear-gradient(135deg, #0f3213, #0F322A);