#0c150b
a deep, soft green · cool · closest name: black
RGB
12, 21, 11
HSL
114°, 31%, 6%
CMYK
43, 0, 48, 92
Luminance
0.0064
Every format
| HEX | #0c150b |
| RGB | rgb(12, 21, 11) |
| HSL | hsl(114, 31%, 6%) |
| CMYK | cmyk(43%, 0%, 48%, 92%) |
| LAB | lab(5.8 -5.2 4.0) |
| LCH | lch(5.8 6.6 142.3) |
| OKLCH | oklch(0.183 0.024 142.1) |
Copy-ready code
/* CSS */
color: #0c150b;
background-color: #0c150b;
/* Tailwind (arbitrary) */
class="text-[#0c150b] bg-[#0c150b]"
/* SCSS */
$brand: #0c150b;
/* SwiftUI */
Color(red: 0.047, green: 0.082, blue: 0.043)
/* Android */
Color.parseColor("#0c150b")Accessibility — WCAG contrast
Aa
#0c150b on white: 18.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c150b on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green8.2%
Blue4.3%
CMYK percentages
Cyan42.9%
Magenta0.0%
Yellow47.6%
Key (black)91.8%
Color previews
#0c150b text on a black background
contrast 1.13:1
Card sample
#0c150b text on a white background
contrast 18.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c150b;
Background color
Panel with #0c150b background
background-color: #0c150b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c150b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 21, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 21, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c150b; background: linear-gradient(135deg, #0c150b, #0B1511);