#0c0909
a deep, muted red · warm · closest name: black
RGB
12, 9, 9
HSL
0°, 14%, 4%
CMYK
0, 25, 25, 95
Luminance
0.0029
Every format
| HEX | #0c0909 |
| RGB | rgb(12, 9, 9) |
| HSL | hsl(0, 14%, 4%) |
| CMYK | cmyk(0%, 25%, 25%, 95%) |
| LAB | lab(2.6 0.8 0.3) |
| LCH | lch(2.6 0.9 19.7) |
| OKLCH | oklch(0.144 0.005 17.8) |
Copy-ready code
/* CSS */
color: #0c0909;
background-color: #0c0909;
/* Tailwind (arbitrary) */
class="text-[#0c0909] bg-[#0c0909]"
/* SCSS */
$brand: #0c0909;
/* SwiftUI */
Color(red: 0.047, green: 0.035, blue: 0.035)
/* Android */
Color.parseColor("#0c0909")Accessibility — WCAG contrast
Aa
#0c0909 on white: 19.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c0909 on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green3.5%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow25.0%
Key (black)95.3%
Color previews
#0c0909 text on a black background
contrast 1.06:1
Card sample
#0c0909 text on a white background
contrast 19.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c0909;
Background color
Panel with #0c0909 background
background-color: #0c0909;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c0909;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 9, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 9, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c0909; background: linear-gradient(135deg, #0c0909, #0C0B09);