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