#011069
a deep, electric blue · warm · closest name: midnightblue
RGB
1, 16, 105
HSL
231°, 98%, 21%
CMYK
99, 85, 0, 59
Luminance
0.0140
Every format
| HEX | #011069 |
| RGB | rgb(1, 16, 105) |
| HSL | hsl(231, 98%, 21%) |
| CMYK | cmyk(99%, 85%, 0%, 59%) |
| LAB | lab(11.9 33.0 -51.5) |
| LCH | lch(11.9 61.2 302.7) |
| OKLCH | oklch(0.255 0.150 264.5) |
Copy-ready code
/* CSS */
color: #011069;
background-color: #011069;
/* Tailwind (arbitrary) */
class="text-[#011069] bg-[#011069]"
/* SCSS */
$brand: #011069;
/* SwiftUI */
Color(red: 0.004, green: 0.063, blue: 0.412)
/* Android */
Color.parseColor("#011069")Accessibility — WCAG contrast
Aa
#011069 on white: 16.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#011069 on black: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green6.3%
Blue41.2%
CMYK percentages
Cyan99.0%
Magenta84.8%
Yellow0.0%
Key (black)58.8%
Color previews
#011069 text on a black background
contrast 1.28:1
Card sample
#011069 text on a white background
contrast 16.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #011069;
Background color
Panel with #011069 background
background-color: #011069;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #011069;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 16, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 16, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #011069; background: linear-gradient(135deg, #011069, #370169);