#024ba4
a dark, electric blue · cool · closest name: royalblue
RGB
2, 75, 164
HSL
213°, 98%, 33%
CMYK
99, 54, 0, 36
Luminance
0.0773
Every format
| HEX | #024ba4 |
| RGB | rgb(2, 75, 164) |
| HSL | hsl(213, 98%, 33%) |
| CMYK | cmyk(99%, 54%, 0%, 36%) |
| LAB | lab(33.4 17.0 -53.3) |
| LCH | lch(33.4 55.9 287.7) |
| OKLCH | oklch(0.431 0.157 257.9) |
Copy-ready code
/* CSS */
color: #024ba4;
background-color: #024ba4;
/* Tailwind (arbitrary) */
class="text-[#024ba4] bg-[#024ba4]"
/* SCSS */
$brand: #024ba4;
/* SwiftUI */
Color(red: 0.008, green: 0.294, blue: 0.643)
/* Android */
Color.parseColor("#024ba4")Accessibility — WCAG contrast
Aa
#024ba4 on white: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#024ba4 on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green29.4%
Blue64.3%
CMYK percentages
Cyan98.8%
Magenta54.3%
Yellow0.0%
Key (black)35.7%
Color previews
#024ba4 text on a black background
contrast 2.55:1
Card sample
#024ba4 text on a white background
contrast 8.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024ba4;
Background color
Panel with #024ba4 background
background-color: #024ba4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024ba4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 75, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 75, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024ba4; background: linear-gradient(135deg, #024ba4, #2502A4);