#024fc2
a dark, electric blue · cool · closest name: royalblue
RGB
2, 79, 194
HSL
216°, 98%, 38%
CMYK
99, 59, 0, 24
Luminance
0.0950
Every format
| HEX | #024fc2 |
| RGB | rgb(2, 79, 194) |
| HSL | hsl(216, 98%, 38%) |
| CMYK | cmyk(99%, 59%, 0%, 24%) |
| LAB | lab(36.9 26.5 -65.3) |
| LCH | lch(36.9 70.5 292.1) |
| OKLCH | oklch(0.466 0.192 260.4) |
Copy-ready code
/* CSS */
color: #024fc2;
background-color: #024fc2;
/* Tailwind (arbitrary) */
class="text-[#024fc2] bg-[#024fc2]"
/* SCSS */
$brand: #024fc2;
/* SwiftUI */
Color(red: 0.008, green: 0.310, blue: 0.761)
/* Android */
Color.parseColor("#024fc2")Accessibility — WCAG contrast
Aa
#024fc2 on white: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#024fc2 on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green31.0%
Blue76.1%
CMYK percentages
Cyan99.0%
Magenta59.3%
Yellow0.0%
Key (black)23.9%
Color previews
#024fc2 text on a black background
contrast 2.90:1
Card sample
#024fc2 text on a white background
contrast 7.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024fc2;
Background color
Panel with #024fc2 background
background-color: #024fc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024fc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 79, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 79, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024fc2; background: linear-gradient(135deg, #024fc2, #3502C2);