#052fdf
a dark, electric blue · warm · closest name: blue
RGB
5, 47, 223
HSL
228°, 96%, 45%
CMYK
98, 79, 0, 13
Luminance
0.0739
Every format
| HEX | #052fdf |
| RGB | rgb(5, 47, 223) |
| HSL | hsl(228, 96%, 45%) |
| CMYK | cmyk(98%, 79%, 0%, 13%) |
| LAB | lab(32.7 56.7 -89.1) |
| LCH | lch(32.7 105.6 302.5) |
| OKLCH | oklch(0.443 0.260 264.4) |
Copy-ready code
/* CSS */
color: #052fdf;
background-color: #052fdf;
/* Tailwind (arbitrary) */
class="text-[#052fdf] bg-[#052fdf]"
/* SCSS */
$brand: #052fdf;
/* SwiftUI */
Color(red: 0.020, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#052fdf")Accessibility — WCAG contrast
Aa
#052fdf on white: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#052fdf on black: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green18.4%
Blue87.5%
CMYK percentages
Cyan97.8%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#052fdf text on a black background
contrast 2.48:1
Card sample
#052fdf text on a white background
contrast 8.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #052fdf;
Background color
Panel with #052fdf background
background-color: #052fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #052fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #052fdf; background: linear-gradient(135deg, #052fdf, #6C05DF);