#024ff7
a balanced, electric blue · cool · closest name: royalblue
RGB
2, 79, 247
HSL
221°, 98%, 49%
CMYK
99, 68, 0, 3
Luminance
0.1232
Every format
| HEX | #024ff7 |
| RGB | rgb(2, 79, 247) |
| HSL | hsl(221, 98%, 49%) |
| CMYK | cmyk(99%, 68%, 0%, 3%) |
| LAB | lab(41.7 46.6 -87.7) |
| LCH | lch(41.7 99.3 298.0) |
| OKLCH | oklch(0.516 0.257 263.0) |
Copy-ready code
/* CSS */
color: #024ff7;
background-color: #024ff7;
/* Tailwind (arbitrary) */
class="text-[#024ff7] bg-[#024ff7]"
/* SCSS */
$brand: #024ff7;
/* SwiftUI */
Color(red: 0.008, green: 0.310, blue: 0.969)
/* Android */
Color.parseColor("#024ff7")Accessibility — WCAG contrast
Aa
#024ff7 on white: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#024ff7 on black: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green31.0%
Blue96.9%
CMYK percentages
Cyan99.2%
Magenta68.0%
Yellow0.0%
Key (black)3.1%
Color previews
#024ff7 text on a black background
contrast 3.46:1
Card sample
#024ff7 text on a white background
contrast 6.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024ff7;
Background color
Panel with #024ff7 background
background-color: #024ff7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024ff7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 79, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 79, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024ff7; background: linear-gradient(135deg, #024ff7, #5802F7);