#024feb
a balanced, electric blue · cool · closest name: royalblue
RGB
2, 79, 235
HSL
220°, 98%, 47%
CMYK
99, 66, 0, 8
Luminance
0.1160
Every format
| HEX | #024feb |
| RGB | rgb(2, 79, 235) |
| HSL | hsl(220, 98%, 47%) |
| CMYK | cmyk(99%, 66%, 0%, 8%) |
| LAB | lab(40.6 42.3 -82.8) |
| LCH | lch(40.6 93.0 297.0) |
| OKLCH | oklch(0.504 0.242 262.6) |
Copy-ready code
/* CSS */
color: #024feb;
background-color: #024feb;
/* Tailwind (arbitrary) */
class="text-[#024feb] bg-[#024feb]"
/* SCSS */
$brand: #024feb;
/* SwiftUI */
Color(red: 0.008, green: 0.310, blue: 0.922)
/* Android */
Color.parseColor("#024feb")Accessibility — WCAG contrast
Aa
#024feb on white: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#024feb on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green31.0%
Blue92.2%
CMYK percentages
Cyan99.1%
Magenta66.4%
Yellow0.0%
Key (black)7.8%
Color previews
#024feb text on a black background
contrast 3.32:1
Card sample
#024feb text on a white background
contrast 6.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024feb;
Background color
Panel with #024feb background
background-color: #024feb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024feb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 79, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 79, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024feb; background: linear-gradient(135deg, #024feb, #5002EB);