#0574ff
a balanced, electric blue · cool · closest name: royalblue
RGB
5, 116, 255
HSL
213°, 100%, 51%
CMYK
98, 55, 0, 0
Luminance
0.1974
Every format
| HEX | #0574ff |
| RGB | rgb(5, 116, 255) |
| HSL | hsl(213, 100%, 51%) |
| CMYK | cmyk(98%, 55%, 0%, 0%) |
| LAB | lab(51.5 26.4 -76.1) |
| LCH | lch(51.5 80.5 289.2) |
| OKLCH | oklch(0.591 0.224 258.8) |
Copy-ready code
/* CSS */
color: #0574ff;
background-color: #0574ff;
/* Tailwind (arbitrary) */
class="text-[#0574ff] bg-[#0574ff]"
/* SCSS */
$brand: #0574ff;
/* SwiftUI */
Color(red: 0.020, green: 0.455, blue: 1.000)
/* Android */
Color.parseColor("#0574ff")Accessibility — WCAG contrast
Aa
#0574ff on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0574ff on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green45.5%
Blue100.0%
CMYK percentages
Cyan98.0%
Magenta54.5%
Yellow0.0%
Key (black)0.0%
Color previews
#0574ff text on a black background
contrast 4.95:1
Card sample
#0574ff text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0574ff;
Background color
Panel with #0574ff background
background-color: #0574ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0574ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 116, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 116, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0574ff; background: linear-gradient(135deg, #0574ff, #3D05FF);