#024cbf
a dark, electric blue · cool · closest name: royalblue
RGB
2, 76, 191
HSL
217°, 98%, 38%
CMYK
99, 60, 0, 25
Luminance
0.0894
Every format
| HEX | #024cbf |
| RGB | rgb(2, 76, 191) |
| HSL | hsl(217, 98%, 38%) |
| CMYK | cmyk(99%, 60%, 0%, 25%) |
| LAB | lab(35.9 27.3 -65.3) |
| LCH | lch(35.9 70.7 292.7) |
| OKLCH | oklch(0.457 0.192 260.7) |
Copy-ready code
/* CSS */
color: #024cbf;
background-color: #024cbf;
/* Tailwind (arbitrary) */
class="text-[#024cbf] bg-[#024cbf]"
/* SCSS */
$brand: #024cbf;
/* SwiftUI */
Color(red: 0.008, green: 0.298, blue: 0.749)
/* Android */
Color.parseColor("#024cbf")Accessibility — WCAG contrast
Aa
#024cbf on white: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#024cbf on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green29.8%
Blue74.9%
CMYK percentages
Cyan99.0%
Magenta60.2%
Yellow0.0%
Key (black)25.1%
Color previews
#024cbf text on a black background
contrast 2.79:1
Card sample
#024cbf text on a white background
contrast 7.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024cbf;
Background color
Panel with #024cbf background
background-color: #024cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 76, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 76, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024cbf; background: linear-gradient(135deg, #024cbf, #3602BF);