#024eed
a balanced, electric blue · cool · closest name: royalblue
RGB
2, 78, 237
HSL
221°, 98%, 47%
CMYK
99, 67, 0, 7
Luminance
0.1158
Every format
| HEX | #024eed |
| RGB | rgb(2, 78, 237) |
| HSL | hsl(221, 98%, 47%) |
| CMYK | cmyk(99%, 67%, 0%, 7%) |
| LAB | lab(40.5 43.6 -84.0) |
| LCH | lch(40.5 94.7 297.4) |
| OKLCH | oklch(0.504 0.246 262.8) |
Copy-ready code
/* CSS */
color: #024eed;
background-color: #024eed;
/* Tailwind (arbitrary) */
class="text-[#024eed] bg-[#024eed]"
/* SCSS */
$brand: #024eed;
/* SwiftUI */
Color(red: 0.008, green: 0.306, blue: 0.929)
/* Android */
Color.parseColor("#024eed")Accessibility — WCAG contrast
Aa
#024eed on white: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#024eed on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green30.6%
Blue92.9%
CMYK percentages
Cyan99.2%
Magenta67.1%
Yellow0.0%
Key (black)7.1%
Color previews
#024eed text on a black background
contrast 3.32:1
Card sample
#024eed text on a white background
contrast 6.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024eed;
Background color
Panel with #024eed background
background-color: #024eed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024eed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 78, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 78, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024eed; background: linear-gradient(135deg, #024eed, #5302ED);