#024fcb
a dark, electric blue · cool · closest name: royalblue
RGB
2, 79, 203
HSL
217°, 98%, 40%
CMYK
99, 61, 0, 20
Luminance
0.0992
Every format
| HEX | #024fcb |
| RGB | rgb(2, 79, 203) |
| HSL | hsl(217, 98%, 40%) |
| CMYK | cmyk(99%, 61%, 0%, 20%) |
| LAB | lab(37.7 30.1 -69.3) |
| LCH | lch(37.7 75.5 293.5) |
| OKLCH | oklch(0.474 0.203 261.1) |
Copy-ready code
/* CSS */
color: #024fcb;
background-color: #024fcb;
/* Tailwind (arbitrary) */
class="text-[#024fcb] bg-[#024fcb]"
/* SCSS */
$brand: #024fcb;
/* SwiftUI */
Color(red: 0.008, green: 0.310, blue: 0.796)
/* Android */
Color.parseColor("#024fcb")Accessibility — WCAG contrast
Aa
#024fcb on white: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#024fcb on black: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green31.0%
Blue79.6%
CMYK percentages
Cyan99.0%
Magenta61.1%
Yellow0.0%
Key (black)20.4%
Color previews
#024fcb text on a black background
contrast 2.98:1
Card sample
#024fcb text on a white background
contrast 7.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024fcb;
Background color
Panel with #024fcb background
background-color: #024fcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024fcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 79, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 79, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024fcb; background: linear-gradient(135deg, #024fcb, #3B02CB);