#053dfd
a balanced, electric blue · warm · closest name: blue
RGB
5, 61, 253
HSL
227°, 98%, 51%
CMYK
98, 76, 0, 1
Luminance
0.1046
Every format
| HEX | #053dfd |
| RGB | rgb(5, 61, 253) |
| HSL | hsl(227, 98%, 51%) |
| CMYK | cmyk(98%, 76%, 0%, 1%) |
| LAB | lab(38.6 59.1 -96.1) |
| LCH | lch(38.6 112.8 301.6) |
| OKLCH | oklch(0.495 0.280 264.2) |
Copy-ready code
/* CSS */
color: #053dfd;
background-color: #053dfd;
/* Tailwind (arbitrary) */
class="text-[#053dfd] bg-[#053dfd]"
/* SCSS */
$brand: #053dfd;
/* SwiftUI */
Color(red: 0.020, green: 0.239, blue: 0.992)
/* Android */
Color.parseColor("#053dfd")Accessibility — WCAG contrast
Aa
#053dfd on white: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#053dfd on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green23.9%
Blue99.2%
CMYK percentages
Cyan98.0%
Magenta75.9%
Yellow0.0%
Key (black)0.8%
Color previews
#053dfd text on a black background
contrast 3.09:1
Card sample
#053dfd text on a white background
contrast 6.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #053dfd;
Background color
Panel with #053dfd background
background-color: #053dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #053dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 61, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 61, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #053dfd; background: linear-gradient(135deg, #053dfd, #7305FD);