#024297
a dark, electric blue · cool · closest name: midnightblue
RGB
2, 66, 151
HSL
214°, 97%, 30%
CMYK
99, 56, 0, 41
Luminance
0.0614
Every format
| HEX | #024297 |
| RGB | rgb(2, 66, 151) |
| HSL | hsl(214, 97%, 30%) |
| CMYK | cmyk(99%, 56%, 0%, 41%) |
| LAB | lab(29.8 17.7 -51.3) |
| LCH | lch(29.8 54.3 289.1) |
| OKLCH | oklch(0.400 0.151 258.8) |
Copy-ready code
/* CSS */
color: #024297;
background-color: #024297;
/* Tailwind (arbitrary) */
class="text-[#024297] bg-[#024297]"
/* SCSS */
$brand: #024297;
/* SwiftUI */
Color(red: 0.008, green: 0.259, blue: 0.592)
/* Android */
Color.parseColor("#024297")Accessibility — WCAG contrast
Aa
#024297 on white: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#024297 on black: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green25.9%
Blue59.2%
CMYK percentages
Cyan98.7%
Magenta56.3%
Yellow0.0%
Key (black)40.8%
Color previews
#024297 text on a black background
contrast 2.23:1
Card sample
#024297 text on a white background
contrast 9.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024297;
Background color
Panel with #024297 background
background-color: #024297;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024297;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 66, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 66, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024297; background: linear-gradient(135deg, #024297, #250297);