#005cfd
a balanced, electric blue · cool · closest name: royalblue
RGB
0, 92, 253
HSL
218°, 100%, 50%
CMYK
100, 64, 0, 1
Luminance
0.1475
Every format
| HEX | #005cfd |
| RGB | rgb(0, 92, 253) |
| HSL | hsl(218, 100%, 50%) |
| CMYK | cmyk(100%, 64%, 0%, 1%) |
| LAB | lab(45.3 40.8 -85.2) |
| LCH | lch(45.3 94.4 295.6) |
| OKLCH | oklch(0.543 0.250 261.9) |
Copy-ready code
/* CSS */
color: #005cfd;
background-color: #005cfd;
/* Tailwind (arbitrary) */
class="text-[#005cfd] bg-[#005cfd]"
/* SCSS */
$brand: #005cfd;
/* SwiftUI */
Color(red: 0.000, green: 0.361, blue: 0.992)
/* Android */
Color.parseColor("#005cfd")Accessibility — WCAG contrast
Aa
#005cfd on white: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#005cfd on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green36.1%
Blue99.2%
CMYK percentages
Cyan100.0%
Magenta63.6%
Yellow0.0%
Key (black)0.8%
Color previews
#005cfd text on a black background
contrast 3.95:1
Card sample
#005cfd text on a white background
contrast 5.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005cfd;
Background color
Panel with #005cfd background
background-color: #005cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 92, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 92, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005cfd; background: linear-gradient(135deg, #005cfd, #4D00FD);