#001955
a deep, electric blue · cool · closest name: midnightblue
RGB
0, 25, 85
HSL
222°, 100%, 17%
CMYK
100, 71, 0, 67
Luminance
0.0135
Every format
| HEX | #001955 |
| RGB | rgb(0, 25, 85) |
| HSL | hsl(222, 100%, 17%) |
| CMYK | cmyk(100%, 71%, 0%, 67%) |
| LAB | lab(11.6 18.6 -38.7) |
| LCH | lch(11.6 42.9 295.7) |
| OKLCH | oklch(0.245 0.113 262.0) |
Copy-ready code
/* CSS */
color: #001955;
background-color: #001955;
/* Tailwind (arbitrary) */
class="text-[#001955] bg-[#001955]"
/* SCSS */
$brand: #001955;
/* SwiftUI */
Color(red: 0.000, green: 0.098, blue: 0.333)
/* Android */
Color.parseColor("#001955")Accessibility — WCAG contrast
Aa
#001955 on white: 16.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#001955 on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green9.8%
Blue33.3%
CMYK percentages
Cyan100.0%
Magenta70.6%
Yellow0.0%
Key (black)66.7%
Color previews
#001955 text on a black background
contrast 1.27:1
Card sample
#001955 text on a white background
contrast 16.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #001955;
Background color
Panel with #001955 background
background-color: #001955;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #001955;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 25, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 25, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #001955; background: linear-gradient(135deg, #001955, #200055);