#005cfa
a balanced, electric blue · cool · closest name: royalblue
RGB
0, 92, 250
HSL
218°, 100%, 49%
CMYK
100, 63, 0, 2
Luminance
0.1456
Every format
| HEX | #005cfa |
| RGB | rgb(0, 92, 250) |
| HSL | hsl(218, 100%, 49%) |
| CMYK | cmyk(100%, 63%, 0%, 2%) |
| LAB | lab(45.0 39.6 -84.0) |
| LCH | lch(45.0 92.8 295.3) |
| OKLCH | oklch(0.541 0.246 261.8) |
Copy-ready code
/* CSS */
color: #005cfa;
background-color: #005cfa;
/* Tailwind (arbitrary) */
class="text-[#005cfa] bg-[#005cfa]"
/* SCSS */
$brand: #005cfa;
/* SwiftUI */
Color(red: 0.000, green: 0.361, blue: 0.980)
/* Android */
Color.parseColor("#005cfa")Accessibility — WCAG contrast
Aa
#005cfa on white: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#005cfa on black: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green36.1%
Blue98.0%
CMYK percentages
Cyan100.0%
Magenta63.2%
Yellow0.0%
Key (black)2.0%
Color previews
#005cfa text on a black background
contrast 3.91:1
Card sample
#005cfa text on a white background
contrast 5.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005cfa;
Background color
Panel with #005cfa background
background-color: #005cfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005cfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 92, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 92, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005cfa; background: linear-gradient(135deg, #005cfa, #4B00FA);