#5259b7
a balanced, soft blue · warm · closest name: slateblue
RGB
82, 89, 183
HSL
236°, 41%, 52%
CMYK
55, 51, 0, 28
Luminance
0.1236
Every format
| HEX | #5259b7 |
| RGB | rgb(82, 89, 183) |
| HSL | hsl(236, 41%, 52%) |
| CMYK | cmyk(55%, 51%, 0%, 28%) |
| LAB | lab(41.8 24.7 -50.8) |
| LCH | lch(41.8 56.5 295.9) |
| OKLCH | oklch(0.508 0.146 276.6) |
Copy-ready code
/* CSS */
color: #5259b7;
background-color: #5259b7;
/* Tailwind (arbitrary) */
class="text-[#5259b7] bg-[#5259b7]"
/* SCSS */
$brand: #5259b7;
/* SwiftUI */
Color(red: 0.322, green: 0.349, blue: 0.718)
/* Android */
Color.parseColor("#5259b7")Accessibility — WCAG contrast
Aa
#5259b7 on white: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5259b7 on black: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green34.9%
Blue71.8%
CMYK percentages
Cyan55.2%
Magenta51.4%
Yellow0.0%
Key (black)28.2%
Color previews
#5259b7 text on a black background
contrast 3.47:1
Card sample
#5259b7 text on a white background
contrast 6.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5259b7;
Background color
Panel with #5259b7 background
background-color: #5259b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5259b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 89, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 89, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5259b7; background: linear-gradient(135deg, #5259b7, #8E52B7);