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