#024cdf
a dark, electric blue · cool · closest name: royalblue
RGB
2, 76, 223
HSL
220°, 98%, 44%
CMYK
99, 66, 0, 13
Luminance
0.1051
Every format
| HEX | #024cdf |
| RGB | rgb(2, 76, 223) |
| HSL | hsl(220, 98%, 44%) |
| CMYK | cmyk(99%, 66%, 0%, 13%) |
| LAB | lab(38.7 39.7 -79.0) |
| LCH | lch(38.7 88.5 296.7) |
| OKLCH | oklch(0.487 0.231 262.5) |
Copy-ready code
/* CSS */
color: #024cdf;
background-color: #024cdf;
/* Tailwind (arbitrary) */
class="text-[#024cdf] bg-[#024cdf]"
/* SCSS */
$brand: #024cdf;
/* SwiftUI */
Color(red: 0.008, green: 0.298, blue: 0.875)
/* Android */
Color.parseColor("#024cdf")Accessibility — WCAG contrast
Aa
#024cdf on white: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#024cdf on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green29.8%
Blue87.5%
CMYK percentages
Cyan99.1%
Magenta65.9%
Yellow0.0%
Key (black)12.5%
Color previews
#024cdf text on a black background
contrast 3.10:1
Card sample
#024cdf text on a white background
contrast 6.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024cdf;
Background color
Panel with #024cdf background
background-color: #024cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 76, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 76, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024cdf; background: linear-gradient(135deg, #024cdf, #4B02DF);