#022575
a deep, electric blue · cool · closest name: midnightblue
RGB
2, 37, 117
HSL
222°, 97%, 23%
CMYK
98, 68, 0, 54
Luminance
0.0262
Every format
| HEX | #022575 |
| RGB | rgb(2, 37, 117) |
| HSL | hsl(222, 97%, 23%) |
| CMYK | cmyk(98%, 68%, 0%, 54%) |
| LAB | lab(18.4 23.9 -48.6) |
| LCH | lch(18.4 54.1 296.2) |
| OKLCH | oklch(0.306 0.142 262.6) |
Copy-ready code
/* CSS */
color: #022575;
background-color: #022575;
/* Tailwind (arbitrary) */
class="text-[#022575] bg-[#022575]"
/* SCSS */
$brand: #022575;
/* SwiftUI */
Color(red: 0.008, green: 0.145, blue: 0.459)
/* Android */
Color.parseColor("#022575")Accessibility — WCAG contrast
Aa
#022575 on white: 13.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#022575 on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green14.5%
Blue45.9%
CMYK percentages
Cyan98.3%
Magenta68.4%
Yellow0.0%
Key (black)54.1%
Color previews
#022575 text on a black background
contrast 1.52:1
Card sample
#022575 text on a white background
contrast 13.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #022575;
Background color
Panel with #022575 background
background-color: #022575;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #022575;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 37, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 37, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #022575; background: linear-gradient(135deg, #022575, #2C0275);