#0a0329
a deep, electric blue · warm · closest name: black
RGB
10, 3, 41
HSL
251°, 86%, 9%
CMYK
76, 93, 0, 84
Luminance
0.0029
Every format
| HEX | #0a0329 |
| RGB | rgb(10, 3, 41) |
| HSL | hsl(251, 86%, 9%) |
| CMYK | cmyk(76%, 93%, 0%, 84%) |
| LAB | lab(2.6 11.6 -21.7) |
| LCH | lch(2.6 24.6 298.0) |
| OKLCH | oklch(0.151 0.075 283.5) |
Copy-ready code
/* CSS */
color: #0a0329;
background-color: #0a0329;
/* Tailwind (arbitrary) */
class="text-[#0a0329] bg-[#0a0329]"
/* SCSS */
$brand: #0a0329;
/* SwiftUI */
Color(red: 0.039, green: 0.012, blue: 0.161)
/* Android */
Color.parseColor("#0a0329")Accessibility — WCAG contrast
Aa
#0a0329 on white: 19.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0a0329 on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green1.2%
Blue16.1%
CMYK percentages
Cyan75.6%
Magenta92.7%
Yellow0.0%
Key (black)83.9%
Color previews
#0a0329 text on a black background
contrast 1.06:1
Card sample
#0a0329 text on a white background
contrast 19.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0a0329;
Background color
Panel with #0a0329 background
background-color: #0a0329;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0a0329;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 3, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 3, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0a0329; background: linear-gradient(135deg, #0a0329, #230329);