#024bac
a dark, electric blue · cool · closest name: royalblue
RGB
2, 75, 172
HSL
214°, 98%, 34%
CMYK
99, 56, 0, 33
Luminance
0.0802
Every format
| HEX | #024bac |
| RGB | rgb(2, 75, 172) |
| HSL | hsl(214, 98%, 34%) |
| CMYK | cmyk(99%, 56%, 0%, 33%) |
| LAB | lab(34.0 20.3 -57.0) |
| LCH | lch(34.0 60.5 289.6) |
| OKLCH | oklch(0.438 0.168 259.0) |
Copy-ready code
/* CSS */
color: #024bac;
background-color: #024bac;
/* Tailwind (arbitrary) */
class="text-[#024bac] bg-[#024bac]"
/* SCSS */
$brand: #024bac;
/* SwiftUI */
Color(red: 0.008, green: 0.294, blue: 0.675)
/* Android */
Color.parseColor("#024bac")Accessibility — WCAG contrast
Aa
#024bac on white: 8.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#024bac on black: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green29.4%
Blue67.5%
CMYK percentages
Cyan98.8%
Magenta56.4%
Yellow0.0%
Key (black)32.5%
Color previews
#024bac text on a black background
contrast 2.60:1
Card sample
#024bac text on a white background
contrast 8.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024bac;
Background color
Panel with #024bac background
background-color: #024bac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024bac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 75, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 75, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024bac; background: linear-gradient(135deg, #024bac, #2A02AC);