#024afd
a balanced, electric blue · cool · closest name: blue
RGB
2, 74, 253
HSL
223°, 98%, 50%
CMYK
99, 71, 0, 1
Luminance
0.1200
Every format
| HEX | #024afd |
| RGB | rgb(2, 74, 253) |
| HSL | hsl(223, 98%, 50%) |
| CMYK | cmyk(99%, 71%, 0%, 1%) |
| LAB | lab(41.2 51.8 -91.9) |
| LCH | lch(41.2 105.5 299.4) |
| OKLCH | oklch(0.514 0.269 263.4) |
Copy-ready code
/* CSS */
color: #024afd;
background-color: #024afd;
/* Tailwind (arbitrary) */
class="text-[#024afd] bg-[#024afd]"
/* SCSS */
$brand: #024afd;
/* SwiftUI */
Color(red: 0.008, green: 0.290, blue: 0.992)
/* Android */
Color.parseColor("#024afd")Accessibility — WCAG contrast
Aa
#024afd on white: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#024afd on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green29.0%
Blue99.2%
CMYK percentages
Cyan99.2%
Magenta70.8%
Yellow0.0%
Key (black)0.8%
Color previews
#024afd text on a black background
contrast 3.40:1
Card sample
#024afd text on a white background
contrast 6.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024afd;
Background color
Panel with #024afd background
background-color: #024afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 74, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 74, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024afd; background: linear-gradient(135deg, #024afd, #6102FD);