#024adf
a dark, electric blue · cool · closest name: royalblue
RGB
2, 74, 223
HSL
221°, 98%, 44%
CMYK
99, 67, 0, 13
Luminance
0.1024
Every format
| HEX | #024adf |
| RGB | rgb(2, 74, 223) |
| HSL | hsl(221, 98%, 44%) |
| CMYK | cmyk(99%, 67%, 0%, 13%) |
| LAB | lab(38.3 41.0 -79.8) |
| LCH | lch(38.3 89.7 297.2) |
| OKLCH | oklch(0.483 0.234 262.7) |
Copy-ready code
/* CSS */
color: #024adf;
background-color: #024adf;
/* Tailwind (arbitrary) */
class="text-[#024adf] bg-[#024adf]"
/* SCSS */
$brand: #024adf;
/* SwiftUI */
Color(red: 0.008, green: 0.290, blue: 0.875)
/* Android */
Color.parseColor("#024adf")Accessibility — WCAG contrast
Aa
#024adf on white: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#024adf on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green29.0%
Blue87.5%
CMYK percentages
Cyan99.1%
Magenta66.8%
Yellow0.0%
Key (black)12.5%
Color previews
#024adf text on a black background
contrast 3.05:1
Card sample
#024adf text on a white background
contrast 6.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024adf;
Background color
Panel with #024adf background
background-color: #024adf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024adf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 74, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 74, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024adf; background: linear-gradient(135deg, #024adf, #4D02DF);