#024cb2
a dark, electric blue · cool · closest name: royalblue
RGB
2, 76, 178
HSL
215°, 98%, 35%
CMYK
99, 57, 0, 30
Luminance
0.0840
Every format
| HEX | #024cb2 |
| RGB | rgb(2, 76, 178) |
| HSL | hsl(215, 98%, 35%) |
| CMYK | cmyk(99%, 57%, 0%, 30%) |
| LAB | lab(34.8 22.1 -59.4) |
| LCH | lch(34.8 63.3 290.4) |
| OKLCH | oklch(0.445 0.175 259.5) |
Copy-ready code
/* CSS */
color: #024cb2;
background-color: #024cb2;
/* Tailwind (arbitrary) */
class="text-[#024cb2] bg-[#024cb2]"
/* SCSS */
$brand: #024cb2;
/* SwiftUI */
Color(red: 0.008, green: 0.298, blue: 0.698)
/* Android */
Color.parseColor("#024cb2")Accessibility — WCAG contrast
Aa
#024cb2 on white: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#024cb2 on black: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green29.8%
Blue69.8%
CMYK percentages
Cyan98.9%
Magenta57.3%
Yellow0.0%
Key (black)30.2%
Color previews
#024cb2 text on a black background
contrast 2.68:1
Card sample
#024cb2 text on a white background
contrast 7.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024cb2;
Background color
Panel with #024cb2 background
background-color: #024cb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024cb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 76, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 76, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024cb2; background: linear-gradient(135deg, #024cb2, #2D02B2);