#024bdc
a dark, electric blue · cool · closest name: royalblue
RGB
2, 75, 220
HSL
220°, 98%, 44%
CMYK
99, 66, 0, 14
Luminance
0.1021
Every format
| HEX | #024bdc |
| RGB | rgb(2, 75, 220) |
| HSL | hsl(220, 98%, 44%) |
| CMYK | cmyk(99%, 66%, 0%, 14%) |
| LAB | lab(38.2 39.2 -78.2) |
| LCH | lch(38.2 87.5 296.6) |
| OKLCH | oklch(0.482 0.229 262.5) |
Copy-ready code
/* CSS */
color: #024bdc;
background-color: #024bdc;
/* Tailwind (arbitrary) */
class="text-[#024bdc] bg-[#024bdc]"
/* SCSS */
$brand: #024bdc;
/* SwiftUI */
Color(red: 0.008, green: 0.294, blue: 0.863)
/* Android */
Color.parseColor("#024bdc")Accessibility — WCAG contrast
Aa
#024bdc on white: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#024bdc on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green29.4%
Blue86.3%
CMYK percentages
Cyan99.1%
Magenta65.9%
Yellow0.0%
Key (black)13.7%
Color previews
#024bdc text on a black background
contrast 3.04:1
Card sample
#024bdc text on a white background
contrast 6.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024bdc;
Background color
Panel with #024bdc background
background-color: #024bdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024bdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 75, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 75, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024bdc; background: linear-gradient(135deg, #024bdc, #4A02DC);