#5259c1
a balanced, vivid blue · warm · closest name: slateblue
RGB
82, 89, 193
HSL
236°, 47%, 54%
CMYK
58, 54, 0, 24
Luminance
0.1279
Every format
| HEX | #5259c1 |
| RGB | rgb(82, 89, 193) |
| HSL | hsl(236, 47%, 54%) |
| CMYK | cmyk(58%, 54%, 0%, 24%) |
| LAB | lab(42.4 28.0 -55.6) |
| LCH | lch(42.4 62.3 296.7) |
| OKLCH | oklch(0.515 0.160 276.3) |
Copy-ready code
/* CSS */
color: #5259c1;
background-color: #5259c1;
/* Tailwind (arbitrary) */
class="text-[#5259c1] bg-[#5259c1]"
/* SCSS */
$brand: #5259c1;
/* SwiftUI */
Color(red: 0.322, green: 0.349, blue: 0.757)
/* Android */
Color.parseColor("#5259c1")Accessibility — WCAG contrast
Aa
#5259c1 on white: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5259c1 on black: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green34.9%
Blue75.7%
CMYK percentages
Cyan57.5%
Magenta53.9%
Yellow0.0%
Key (black)24.3%
Color previews
#5259c1 text on a black background
contrast 3.56:1
Card sample
#5259c1 text on a white background
contrast 5.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5259c1;
Background color
Panel with #5259c1 background
background-color: #5259c1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5259c1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 89, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 89, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5259c1; background: linear-gradient(135deg, #5259c1, #9552C1);