#001829
a deep, electric blue · cool · closest name: black
RGB
0, 24, 41
HSL
205°, 100%, 8%
CMYK
100, 42, 0, 84
Luminance
0.0081
Every format
| HEX | #001829 |
| RGB | rgb(0, 24, 41) |
| HSL | hsl(205, 100%, 8%) |
| CMYK | cmyk(100%, 42%, 0%, 84%) |
| LAB | lab(7.3 -1.9 -14.3) |
| LCH | lch(7.3 14.5 262.5) |
| OKLCH | oklch(0.200 0.047 241.2) |
Copy-ready code
/* CSS */
color: #001829;
background-color: #001829;
/* Tailwind (arbitrary) */
class="text-[#001829] bg-[#001829]"
/* SCSS */
$brand: #001829;
/* SwiftUI */
Color(red: 0.000, green: 0.094, blue: 0.161)
/* Android */
Color.parseColor("#001829")Accessibility — WCAG contrast
Aa
#001829 on white: 18.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#001829 on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green9.4%
Blue16.1%
CMYK percentages
Cyan100.0%
Magenta41.5%
Yellow0.0%
Key (black)83.9%
Color previews
#001829 text on a black background
contrast 1.16:1
Card sample
#001829 text on a white background
contrast 18.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #001829;
Background color
Panel with #001829 background
background-color: #001829;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #001829;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 24, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 24, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #001829; background: linear-gradient(135deg, #001829, #030029);