#024fad
a dark, electric blue · cool · closest name: royalblue
RGB
2, 79, 173
HSL
213°, 98%, 34%
CMYK
99, 54, 0, 32
Luminance
0.0862
Every format
| HEX | #024fad |
| RGB | rgb(2, 79, 173) |
| HSL | hsl(213, 98%, 34%) |
| CMYK | cmyk(99%, 54%, 0%, 32%) |
| LAB | lab(35.2 18.0 -55.6) |
| LCH | lch(35.2 58.5 287.9) |
| OKLCH | oklch(0.448 0.164 258.1) |
Copy-ready code
/* CSS */
color: #024fad;
background-color: #024fad;
/* Tailwind (arbitrary) */
class="text-[#024fad] bg-[#024fad]"
/* SCSS */
$brand: #024fad;
/* SwiftUI */
Color(red: 0.008, green: 0.310, blue: 0.678)
/* Android */
Color.parseColor("#024fad")Accessibility — WCAG contrast
Aa
#024fad on white: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#024fad on black: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green31.0%
Blue67.8%
CMYK percentages
Cyan98.8%
Magenta54.3%
Yellow0.0%
Key (black)32.2%
Color previews
#024fad text on a black background
contrast 2.72:1
Card sample
#024fad text on a white background
contrast 7.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024fad;
Background color
Panel with #024fad background
background-color: #024fad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024fad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 79, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 79, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024fad; background: linear-gradient(135deg, #024fad, #2702AD);