#024bfc
a balanced, electric blue · cool · closest name: blue
RGB
2, 75, 252
HSL
223°, 98%, 50%
CMYK
99, 70, 0, 1
Luminance
0.1207
Every format
| HEX | #024bfc |
| RGB | rgb(2, 75, 252) |
| HSL | hsl(223, 98%, 50%) |
| CMYK | cmyk(99%, 70%, 0%, 1%) |
| LAB | lab(41.3 50.8 -91.2) |
| LCH | lch(41.3 104.4 299.1) |
| OKLCH | oklch(0.514 0.266 263.4) |
Copy-ready code
/* CSS */
color: #024bfc;
background-color: #024bfc;
/* Tailwind (arbitrary) */
class="text-[#024bfc] bg-[#024bfc]"
/* SCSS */
$brand: #024bfc;
/* SwiftUI */
Color(red: 0.008, green: 0.294, blue: 0.988)
/* Android */
Color.parseColor("#024bfc")Accessibility — WCAG contrast
Aa
#024bfc on white: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#024bfc on black: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green29.4%
Blue98.8%
CMYK percentages
Cyan99.2%
Magenta70.2%
Yellow0.0%
Key (black)1.2%
Color previews
#024bfc text on a black background
contrast 3.41:1
Card sample
#024bfc text on a white background
contrast 6.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024bfc;
Background color
Panel with #024bfc background
background-color: #024bfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024bfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 75, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 75, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024bfc; background: linear-gradient(135deg, #024bfc, #6002FC);