#053fdf
a dark, electric blue · cool · closest name: navy
RGB
5, 63, 223
HSL
224°, 96%, 45%
CMYK
98, 72, 0, 13
Luminance
0.0891
Every format
| HEX | #053fdf |
| RGB | rgb(5, 63, 223) |
| HSL | hsl(224, 96%, 45%) |
| CMYK | cmyk(98%, 72%, 0%, 13%) |
| LAB | lab(35.8 47.8 -83.9) |
| LCH | lch(35.8 96.5 299.7) |
| OKLCH | oklch(0.466 0.245 263.7) |
Copy-ready code
/* CSS */
color: #053fdf;
background-color: #053fdf;
/* Tailwind (arbitrary) */
class="text-[#053fdf] bg-[#053fdf]"
/* SCSS */
$brand: #053fdf;
/* SwiftUI */
Color(red: 0.020, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#053fdf")Accessibility — WCAG contrast
Aa
#053fdf on white: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#053fdf on black: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green24.7%
Blue87.5%
CMYK percentages
Cyan97.8%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#053fdf text on a black background
contrast 2.78:1
Card sample
#053fdf text on a white background
contrast 7.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #053fdf;
Background color
Panel with #053fdf background
background-color: #053fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #053fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #053fdf; background: linear-gradient(135deg, #053fdf, #5C05DF);