#024fee
a balanced, electric blue · cool · closest name: royalblue
RGB
2, 79, 238
HSL
220°, 98%, 47%
CMYK
99, 67, 0, 7
Luminance
0.1178
Every format
| HEX | #024fee |
| RGB | rgb(2, 79, 238) |
| HSL | hsl(220, 98%, 47%) |
| CMYK | cmyk(99%, 67%, 0%, 7%) |
| LAB | lab(40.9 43.4 -84.1) |
| LCH | lch(40.9 94.6 297.3) |
| OKLCH | oklch(0.507 0.246 262.7) |
Copy-ready code
/* CSS */
color: #024fee;
background-color: #024fee;
/* Tailwind (arbitrary) */
class="text-[#024fee] bg-[#024fee]"
/* SCSS */
$brand: #024fee;
/* SwiftUI */
Color(red: 0.008, green: 0.310, blue: 0.933)
/* Android */
Color.parseColor("#024fee")Accessibility — WCAG contrast
Aa
#024fee on white: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#024fee on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green31.0%
Blue93.3%
CMYK percentages
Cyan99.2%
Magenta66.8%
Yellow0.0%
Key (black)6.7%
Color previews
#024fee text on a black background
contrast 3.36:1
Card sample
#024fee text on a white background
contrast 6.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024fee;
Background color
Panel with #024fee background
background-color: #024fee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024fee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 79, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 79, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024fee; background: linear-gradient(135deg, #024fee, #5202EE);