#024cab
a dark, electric blue · cool · closest name: royalblue
RGB
2, 76, 171
HSL
214°, 98%, 34%
CMYK
99, 56, 0, 33
Luminance
0.0812
Every format
| HEX | #024cab |
| RGB | rgb(2, 76, 171) |
| HSL | hsl(214, 98%, 34%) |
| CMYK | cmyk(99%, 56%, 0%, 33%) |
| LAB | lab(34.2 19.2 -56.1) |
| LCH | lch(34.2 59.3 288.9) |
| OKLCH | oklch(0.439 0.166 258.6) |
Copy-ready code
/* CSS */
color: #024cab;
background-color: #024cab;
/* Tailwind (arbitrary) */
class="text-[#024cab] bg-[#024cab]"
/* SCSS */
$brand: #024cab;
/* SwiftUI */
Color(red: 0.008, green: 0.298, blue: 0.671)
/* Android */
Color.parseColor("#024cab")Accessibility — WCAG contrast
Aa
#024cab on white: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#024cab on black: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green29.8%
Blue67.1%
CMYK percentages
Cyan98.8%
Magenta55.6%
Yellow0.0%
Key (black)32.9%
Color previews
#024cab text on a black background
contrast 2.62:1
Card sample
#024cab text on a white background
contrast 8.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024cab;
Background color
Panel with #024cab background
background-color: #024cab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024cab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 76, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 76, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024cab; background: linear-gradient(135deg, #024cab, #2902AB);