#5262eb
a balanced, electric blue · warm · closest name: royalblue
RGB
82, 98, 235
HSL
234°, 79%, 62%
CMYK
65, 58, 0, 8
Luminance
0.1653
Every format
| HEX | #5262eb |
| RGB | rgb(82, 98, 235) |
| HSL | hsl(234, 79%, 62%) |
| CMYK | cmyk(65%, 58%, 0%, 8%) |
| LAB | lab(47.7 36.5 -71.1) |
| LCH | lch(47.7 79.9 297.1) |
| OKLCH | oklch(0.563 0.205 272.9) |
Copy-ready code
/* CSS */
color: #5262eb;
background-color: #5262eb;
/* Tailwind (arbitrary) */
class="text-[#5262eb] bg-[#5262eb]"
/* SCSS */
$brand: #5262eb;
/* SwiftUI */
Color(red: 0.322, green: 0.384, blue: 0.922)
/* Android */
Color.parseColor("#5262eb")Accessibility — WCAG contrast
Aa
#5262eb on white: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5262eb on black: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green38.4%
Blue92.2%
CMYK percentages
Cyan65.1%
Magenta58.3%
Yellow0.0%
Key (black)7.8%
Color previews
#5262eb text on a black background
contrast 4.31:1
Card sample
#5262eb text on a white background
contrast 4.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5262eb;
Background color
Panel with #5262eb background
background-color: #5262eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5262eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 98, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 98, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5262eb; background: linear-gradient(135deg, #5262eb, #A852EB);