#024dac
a dark, electric blue · cool · closest name: royalblue
RGB
2, 77, 172
HSL
214°, 98%, 34%
CMYK
99, 55, 0, 33
Luminance
0.0830
Every format
| HEX | #024dac |
| RGB | rgb(2, 77, 172) |
| HSL | hsl(214, 98%, 34%) |
| CMYK | cmyk(99%, 55%, 0%, 33%) |
| LAB | lab(34.6 18.9 -56.1) |
| LCH | lch(34.6 59.2 288.6) |
| OKLCH | oklch(0.442 0.166 258.5) |
Copy-ready code
/* CSS */
color: #024dac;
background-color: #024dac;
/* Tailwind (arbitrary) */
class="text-[#024dac] bg-[#024dac]"
/* SCSS */
$brand: #024dac;
/* SwiftUI */
Color(red: 0.008, green: 0.302, blue: 0.675)
/* Android */
Color.parseColor("#024dac")Accessibility — WCAG contrast
Aa
#024dac on white: 7.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#024dac on black: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green30.2%
Blue67.5%
CMYK percentages
Cyan98.8%
Magenta55.2%
Yellow0.0%
Key (black)32.5%
Color previews
#024dac text on a black background
contrast 2.66:1
Card sample
#024dac text on a white background
contrast 7.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024dac;
Background color
Panel with #024dac background
background-color: #024dac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024dac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 77, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 77, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024dac; background: linear-gradient(135deg, #024dac, #2802AC);