#0a0729
a deep, vivid blue · warm · closest name: black
RGB
10, 7, 41
HSL
245°, 71%, 9%
CMYK
76, 83, 0, 84
Luminance
0.0038
Every format
| HEX | #0a0729 |
| RGB | rgb(10, 7, 41) |
| HSL | hsl(245, 71%, 9%) |
| CMYK | cmyk(76%, 83%, 0%, 84%) |
| LAB | lab(3.4 10.0 -20.5) |
| LCH | lch(3.4 22.8 295.9) |
| OKLCH | oklch(0.162 0.067 280.2) |
Copy-ready code
/* CSS */
color: #0a0729;
background-color: #0a0729;
/* Tailwind (arbitrary) */
class="text-[#0a0729] bg-[#0a0729]"
/* SCSS */
$brand: #0a0729;
/* SwiftUI */
Color(red: 0.039, green: 0.027, blue: 0.161)
/* Android */
Color.parseColor("#0a0729")Accessibility — WCAG contrast
Aa
#0a0729 on white: 19.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0a0729 on black: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green2.7%
Blue16.1%
CMYK percentages
Cyan75.6%
Magenta82.9%
Yellow0.0%
Key (black)83.9%
Color previews
#0a0729 text on a black background
contrast 1.08:1
Card sample
#0a0729 text on a white background
contrast 19.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0a0729;
Background color
Panel with #0a0729 background
background-color: #0a0729;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0a0729;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 7, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 7, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0a0729; background: linear-gradient(135deg, #0a0729, #210729);