#024183
a dark, electric blue · cool · closest name: midnightblue
RGB
2, 65, 131
HSL
211°, 97%, 26%
CMYK
99, 50, 0, 49
Luminance
0.0543
Every format
| HEX | #024183 |
| RGB | rgb(2, 65, 131) |
| HSL | hsl(211, 97%, 26%) |
| CMYK | cmyk(99%, 50%, 0%, 49%) |
| LAB | lab(27.9 9.8 -42.0) |
| LCH | lch(27.9 43.1 283.2) |
| OKLCH | oklch(0.382 0.125 255.3) |
Copy-ready code
/* CSS */
color: #024183;
background-color: #024183;
/* Tailwind (arbitrary) */
class="text-[#024183] bg-[#024183]"
/* SCSS */
$brand: #024183;
/* SwiftUI */
Color(red: 0.008, green: 0.255, blue: 0.514)
/* Android */
Color.parseColor("#024183")Accessibility — WCAG contrast
Aa
#024183 on white: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#024183 on black: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green25.5%
Blue51.4%
CMYK percentages
Cyan98.5%
Magenta50.4%
Yellow0.0%
Key (black)48.6%
Color previews
#024183 text on a black background
contrast 2.09:1
Card sample
#024183 text on a white background
contrast 10.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024183;
Background color
Panel with #024183 background
background-color: #024183;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024183;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 65, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 65, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024183; background: linear-gradient(135deg, #024183, #190283);