#024ffc
a balanced, electric blue · cool · closest name: royalblue
RGB
2, 79, 252
HSL
222°, 98%, 50%
CMYK
99, 69, 0, 1
Luminance
0.1263
Every format
| HEX | #024ffc |
| RGB | rgb(2, 79, 252) |
| HSL | hsl(222, 98%, 50%) |
| CMYK | cmyk(99%, 69%, 0%, 1%) |
| LAB | lab(42.2 48.4 -89.7) |
| LCH | lch(42.2 102.0 298.4) |
| OKLCH | oklch(0.520 0.262 263.1) |
Copy-ready code
/* CSS */
color: #024ffc;
background-color: #024ffc;
/* Tailwind (arbitrary) */
class="text-[#024ffc] bg-[#024ffc]"
/* SCSS */
$brand: #024ffc;
/* SwiftUI */
Color(red: 0.008, green: 0.310, blue: 0.988)
/* Android */
Color.parseColor("#024ffc")Accessibility — WCAG contrast
Aa
#024ffc on white: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#024ffc on black: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green31.0%
Blue98.8%
CMYK percentages
Cyan99.2%
Magenta68.7%
Yellow0.0%
Key (black)1.2%
Color previews
#024ffc text on a black background
contrast 3.53:1
Card sample
#024ffc text on a white background
contrast 5.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024ffc;
Background color
Panel with #024ffc background
background-color: #024ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 79, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 79, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024ffc; background: linear-gradient(135deg, #024ffc, #5C02FC);