#5259a3
a balanced, soft blue · warm · closest name: slateblue
RGB
82, 89, 163
HSL
235°, 33%, 48%
CMYK
50, 45, 0, 36
Luminance
0.1158
Every format
| HEX | #5259a3 |
| RGB | rgb(82, 89, 163) |
| HSL | hsl(235, 33%, 48%) |
| CMYK | cmyk(50%, 45%, 0%, 36%) |
| LAB | lab(40.5 18.2 -41.0) |
| LCH | lch(40.5 44.9 293.9) |
| OKLCH | oklch(0.494 0.117 277.1) |
Copy-ready code
/* CSS */
color: #5259a3;
background-color: #5259a3;
/* Tailwind (arbitrary) */
class="text-[#5259a3] bg-[#5259a3]"
/* SCSS */
$brand: #5259a3;
/* SwiftUI */
Color(red: 0.322, green: 0.349, blue: 0.639)
/* Android */
Color.parseColor("#5259a3")Accessibility — WCAG contrast
Aa
#5259a3 on white: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5259a3 on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green34.9%
Blue63.9%
CMYK percentages
Cyan49.7%
Magenta45.4%
Yellow0.0%
Key (black)36.1%
Color previews
#5259a3 text on a black background
contrast 3.32:1
Card sample
#5259a3 text on a white background
contrast 6.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5259a3;
Background color
Panel with #5259a3 background
background-color: #5259a3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5259a3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 89, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 89, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5259a3; background: linear-gradient(135deg, #5259a3, #8152A3);