#5259fe
a light, electric blue · warm · closest name: slateblue
RGB
82, 89, 254
HSL
238°, 99%, 66%
CMYK
68, 65, 0, 0
Luminance
0.1609
Every format
| HEX | #5259fe |
| RGB | rgb(82, 89, 254) |
| HSL | hsl(238, 99%, 66%) |
| CMYK | cmyk(68%, 65%, 0%, 0%) |
| LAB | lab(47.1 48.1 -82.7) |
| LCH | lch(47.1 95.7 300.2) |
| OKLCH | oklch(0.564 0.239 273.8) |
Copy-ready code
/* CSS */
color: #5259fe;
background-color: #5259fe;
/* Tailwind (arbitrary) */
class="text-[#5259fe] bg-[#5259fe]"
/* SCSS */
$brand: #5259fe;
/* SwiftUI */
Color(red: 0.322, green: 0.349, blue: 0.996)
/* Android */
Color.parseColor("#5259fe")Accessibility — WCAG contrast
Aa
#5259fe on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5259fe on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green34.9%
Blue99.6%
CMYK percentages
Cyan67.7%
Magenta65.0%
Yellow0.0%
Key (black)0.4%
Color previews
#5259fe text on a black background
contrast 4.22:1
Card sample
#5259fe text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5259fe;
Background color
Panel with #5259fe background
background-color: #5259fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5259fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 89, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 89, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5259fe; background: linear-gradient(135deg, #5259fe, #BE52FE);