#005beb
a balanced, electric blue · cool · closest name: royalblue
RGB
0, 91, 235
HSL
217°, 100%, 46%
CMYK
100, 61, 0, 8
Luminance
0.1348
Every format
| HEX | #005beb |
| RGB | rgb(0, 91, 235) |
| HSL | hsl(217, 100%, 46%) |
| CMYK | cmyk(100%, 61%, 0%, 8%) |
| LAB | lab(43.5 34.6 -78.1) |
| LCH | lch(43.5 85.4 293.9) |
| OKLCH | oklch(0.525 0.229 261.1) |
Copy-ready code
/* CSS */
color: #005beb;
background-color: #005beb;
/* Tailwind (arbitrary) */
class="text-[#005beb] bg-[#005beb]"
/* SCSS */
$brand: #005beb;
/* SwiftUI */
Color(red: 0.000, green: 0.357, blue: 0.922)
/* Android */
Color.parseColor("#005beb")Accessibility — WCAG contrast
Aa
#005beb on white: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#005beb on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green35.7%
Blue92.2%
CMYK percentages
Cyan100.0%
Magenta61.3%
Yellow0.0%
Key (black)7.8%
Color previews
#005beb text on a black background
contrast 3.70:1
Card sample
#005beb text on a white background
contrast 5.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005beb;
Background color
Panel with #005beb background
background-color: #005beb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005beb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 91, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 91, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005beb; background: linear-gradient(135deg, #005beb, #4200EB);