#024ac5
a dark, electric blue · cool · closest name: royalblue
RGB
2, 74, 197
HSL
218°, 98%, 39%
CMYK
99, 62, 0, 23
Luminance
0.0894
Every format
| HEX | #024ac5 |
| RGB | rgb(2, 74, 197) |
| HSL | hsl(218, 98%, 39%) |
| CMYK | cmyk(99%, 62%, 0%, 23%) |
| LAB | lab(35.9 31.0 -68.8) |
| LCH | lch(35.9 75.4 294.3) |
| OKLCH | oklch(0.458 0.202 261.5) |
Copy-ready code
/* CSS */
color: #024ac5;
background-color: #024ac5;
/* Tailwind (arbitrary) */
class="text-[#024ac5] bg-[#024ac5]"
/* SCSS */
$brand: #024ac5;
/* SwiftUI */
Color(red: 0.008, green: 0.290, blue: 0.773)
/* Android */
Color.parseColor("#024ac5")Accessibility — WCAG contrast
Aa
#024ac5 on white: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#024ac5 on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green29.0%
Blue77.3%
CMYK percentages
Cyan99.0%
Magenta62.4%
Yellow0.0%
Key (black)22.7%
Color previews
#024ac5 text on a black background
contrast 2.79:1
Card sample
#024ac5 text on a white background
contrast 7.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024ac5;
Background color
Panel with #024ac5 background
background-color: #024ac5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024ac5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 74, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 74, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024ac5; background: linear-gradient(135deg, #024ac5, #3C02C5);