#0c080a
a deep, soft magenta / pink · warm · closest name: black
RGB
12, 8, 10
HSL
330°, 20%, 4%
CMYK
0, 33, 17, 95
Luminance
0.0027
Every format
| HEX | #0c080a |
| RGB | rgb(12, 8, 10) |
| HSL | hsl(330, 20%, 4%) |
| CMYK | cmyk(0%, 33%, 17%, 95%) |
| LAB | lab(2.5 1.4 -0.4) |
| LCH | lch(2.5 1.4 344.3) |
| OKLCH | oklch(0.141 0.009 345.8) |
Copy-ready code
/* CSS */
color: #0c080a;
background-color: #0c080a;
/* Tailwind (arbitrary) */
class="text-[#0c080a] bg-[#0c080a]"
/* SCSS */
$brand: #0c080a;
/* SwiftUI */
Color(red: 0.047, green: 0.031, blue: 0.039)
/* Android */
Color.parseColor("#0c080a")Accessibility — WCAG contrast
Aa
#0c080a on white: 19.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c080a on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green3.1%
Blue3.9%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow16.7%
Key (black)95.3%
Color previews
#0c080a text on a black background
contrast 1.05:1
Card sample
#0c080a text on a white background
contrast 19.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c080a;
Background color
Panel with #0c080a background
background-color: #0c080a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c080a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 8, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 8, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c080a; background: linear-gradient(135deg, #0c080a, #0C0908);