#0a0607
a deep, soft red · warm · “black”
RGB
10, 6, 7
HSL
345°, 25%, 3%
CMYK
0, 40, 30, 96
Luminance
0.0021
Every format
| HEX | #0a0607 |
| RGB | rgb(10, 6, 7) |
| HSL | hsl(345, 25%, 3%) |
| CMYK | cmyk(0%, 40%, 30%, 96%) |
| LAB | lab(1.9 1.2 -0.0) |
| LCH | lch(1.9 1.2 359.5) |
| OKLCH | oklch(0.129 0.009 359.8) |
Copy-ready code
/* CSS */
color: #0a0607;
background-color: #0a0607;
/* Tailwind (arbitrary) */
class="text-[#0a0607] bg-[#0a0607]"
/* SCSS */
$brand: #0a0607;
/* SwiftUI */
Color(red: 0.039, green: 0.024, blue: 0.027)
/* Android */
Color.parseColor("#0a0607")Accessibility — WCAG contrast
Aa
#0a0607 on white: 20.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0a0607 on black: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green2.4%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta40.0%
Yellow30.0%
Key (black)96.1%
Color previews
#0a0607 text on a black background
contrast 1.04:1
Card sample
#0a0607 text on a white background
contrast 20.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0a0607;
Background color
Panel with #0a0607 background
background-color: #0a0607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0a0607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 6, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 6, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0a0607; background: linear-gradient(135deg, #0a0607, #0A0806);