#5259e9
a balanced, electric blue · warm · closest name: slateblue
RGB
82, 89, 233
HSL
237°, 77%, 62%
CMYK
65, 62, 0, 9
Luminance
0.1482
Every format
| HEX | #5259e9 |
| RGB | rgb(82, 89, 233) |
| HSL | hsl(237, 77%, 62%) |
| CMYK | cmyk(65%, 62%, 0%, 9%) |
| LAB | lab(45.4 41.3 -73.7) |
| LCH | lch(45.4 84.5 299.2) |
| OKLCH | oklch(0.546 0.213 274.7) |
Copy-ready code
/* CSS */
color: #5259e9;
background-color: #5259e9;
/* Tailwind (arbitrary) */
class="text-[#5259e9] bg-[#5259e9]"
/* SCSS */
$brand: #5259e9;
/* SwiftUI */
Color(red: 0.322, green: 0.349, blue: 0.914)
/* Android */
Color.parseColor("#5259e9")Accessibility — WCAG contrast
Aa
#5259e9 on white: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5259e9 on black: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green34.9%
Blue91.4%
CMYK percentages
Cyan64.8%
Magenta61.8%
Yellow0.0%
Key (black)8.6%
Color previews
#5259e9 text on a black background
contrast 3.96:1
Card sample
#5259e9 text on a white background
contrast 5.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5259e9;
Background color
Panel with #5259e9 background
background-color: #5259e9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5259e9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 89, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 89, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5259e9; background: linear-gradient(135deg, #5259e9, #B052E9);