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