#5d72eb
a balanced, electric blue · warm · closest name: royalblue
RGB
93, 114, 235
HSL
231°, 78%, 64%
CMYK
60, 52, 0, 8
Luminance
0.2036
Every format
| HEX | #5d72eb |
| RGB | rgb(93, 114, 235) |
| HSL | hsl(231, 78%, 64%) |
| CMYK | cmyk(60%, 52%, 0%, 8%) |
| LAB | lab(52.2 28.4 -63.7) |
| LCH | lch(52.2 69.8 294.1) |
| OKLCH | oklch(0.599 0.183 272.3) |
Copy-ready code
/* CSS */
color: #5d72eb;
background-color: #5d72eb;
/* Tailwind (arbitrary) */
class="text-[#5d72eb] bg-[#5d72eb]"
/* SCSS */
$brand: #5d72eb;
/* SwiftUI */
Color(red: 0.365, green: 0.447, blue: 0.922)
/* Android */
Color.parseColor("#5d72eb")Accessibility — WCAG contrast
Aa
#5d72eb on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5d72eb on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green44.7%
Blue92.2%
CMYK percentages
Cyan60.4%
Magenta51.5%
Yellow0.0%
Key (black)7.8%
Color previews
#5d72eb text on a black background
contrast 5.07:1
Card sample
#5d72eb text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5d72eb;
Background color
Panel with #5d72eb background
background-color: #5d72eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5d72eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 114, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 114, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5d72eb; background: linear-gradient(135deg, #5d72eb, #A75DEB);