#0f2213
a deep, soft green · cool · closest name: black
RGB
15, 34, 19
HSL
133°, 39%, 10%
CMYK
56, 0, 44, 87
Luminance
0.0129
Every format
| HEX | #0f2213 |
| RGB | rgb(15, 34, 19) |
| HSL | hsl(133, 39%, 10%) |
| CMYK | cmyk(56%, 0%, 44%, 87%) |
| LAB | lab(11.2 -12.1 7.6) |
| LCH | lch(11.2 14.3 147.7) |
| OKLCH | oklch(0.231 0.038 149.4) |
Copy-ready code
/* CSS */
color: #0f2213;
background-color: #0f2213;
/* Tailwind (arbitrary) */
class="text-[#0f2213] bg-[#0f2213]"
/* SCSS */
$brand: #0f2213;
/* SwiftUI */
Color(red: 0.059, green: 0.133, blue: 0.075)
/* Android */
Color.parseColor("#0f2213")Accessibility — WCAG contrast
Aa
#0f2213 on white: 16.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f2213 on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green13.3%
Blue7.5%
CMYK percentages
Cyan55.9%
Magenta0.0%
Yellow44.1%
Key (black)86.7%
Color previews
#0f2213 text on a black background
contrast 1.26:1
Card sample
#0f2213 text on a white background
contrast 16.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f2213;
Background color
Panel with #0f2213 background
background-color: #0f2213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f2213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 34, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 34, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f2213; background: linear-gradient(135deg, #0f2213, #0F2220);