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