#004cdf
a dark, electric blue · cool · closest name: royalblue
RGB
0, 76, 223
HSL
220°, 100%, 44%
CMYK
100, 66, 0, 13
Luminance
0.1050
Every format
| HEX | #004cdf |
| RGB | rgb(0, 76, 223) |
| HSL | hsl(220, 100%, 44%) |
| CMYK | cmyk(100%, 66%, 0%, 13%) |
| LAB | lab(38.7 39.6 -79.1) |
| LCH | lch(38.7 88.5 296.6) |
| OKLCH | oklch(0.487 0.232 262.4) |
Copy-ready code
/* CSS */
color: #004cdf;
background-color: #004cdf;
/* Tailwind (arbitrary) */
class="text-[#004cdf] bg-[#004cdf]"
/* SCSS */
$brand: #004cdf;
/* SwiftUI */
Color(red: 0.000, green: 0.298, blue: 0.875)
/* Android */
Color.parseColor("#004cdf")Accessibility — WCAG contrast
Aa
#004cdf on white: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#004cdf on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green29.8%
Blue87.5%
CMYK percentages
Cyan100.0%
Magenta65.9%
Yellow0.0%
Key (black)12.5%
Color previews
#004cdf text on a black background
contrast 3.10:1
Card sample
#004cdf text on a white background
contrast 6.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #004cdf;
Background color
Panel with #004cdf background
background-color: #004cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #004cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 76, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 76, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #004cdf; background: linear-gradient(135deg, #004cdf, #4900DF);