#0a0e22
a deep, vivid blue · warm · closest name: black
RGB
10, 14, 34
HSL
230°, 55%, 9%
CMYK
71, 59, 0, 87
Luminance
0.0049
Every format
| HEX | #0a0e22 |
| RGB | rgb(10, 14, 34) |
| HSL | hsl(230, 55%, 9%) |
| CMYK | cmyk(71%, 59%, 0%, 87%) |
| LAB | lab(4.5 4.2 -13.5) |
| LCH | lch(4.5 14.1 287.1) |
| OKLCH | oklch(0.172 0.042 272.8) |
Copy-ready code
/* CSS */
color: #0a0e22;
background-color: #0a0e22;
/* Tailwind (arbitrary) */
class="text-[#0a0e22] bg-[#0a0e22]"
/* SCSS */
$brand: #0a0e22;
/* SwiftUI */
Color(red: 0.039, green: 0.055, blue: 0.133)
/* Android */
Color.parseColor("#0a0e22")Accessibility — WCAG contrast
Aa
#0a0e22 on white: 19.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0a0e22 on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green5.5%
Blue13.3%
CMYK percentages
Cyan70.6%
Magenta58.8%
Yellow0.0%
Key (black)86.7%
Color previews
#0a0e22 text on a black background
contrast 1.10:1
Card sample
#0a0e22 text on a white background
contrast 19.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0a0e22;
Background color
Panel with #0a0e22 background
background-color: #0a0e22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0a0e22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 14, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 14, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0a0e22; background: linear-gradient(135deg, #0a0e22, #160A22);