#5259e2
a balanced, vivid blue · warm · closest name: slateblue
RGB
82, 89, 226
HSL
237°, 71%, 60%
CMYK
64, 61, 0, 11
Luminance
0.1443
Every format
| HEX | #5259e2 |
| RGB | rgb(82, 89, 226) |
| HSL | hsl(237, 71%, 60%) |
| CMYK | cmyk(64%, 61%, 0%, 11%) |
| LAB | lab(44.8 39.0 -70.7) |
| LCH | lch(44.8 80.7 298.9) |
| OKLCH | oklch(0.540 0.204 275.0) |
Copy-ready code
/* CSS */
color: #5259e2;
background-color: #5259e2;
/* Tailwind (arbitrary) */
class="text-[#5259e2] bg-[#5259e2]"
/* SCSS */
$brand: #5259e2;
/* SwiftUI */
Color(red: 0.322, green: 0.349, blue: 0.886)
/* Android */
Color.parseColor("#5259e2")Accessibility — WCAG contrast
Aa
#5259e2 on white: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5259e2 on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green34.9%
Blue88.6%
CMYK percentages
Cyan63.7%
Magenta60.6%
Yellow0.0%
Key (black)11.4%
Color previews
#5259e2 text on a black background
contrast 3.89:1
Card sample
#5259e2 text on a white background
contrast 5.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5259e2;
Background color
Panel with #5259e2 background
background-color: #5259e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5259e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 89, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 89, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5259e2; background: linear-gradient(135deg, #5259e2, #AB52E2);