#5259ca
a balanced, vivid blue · warm · closest name: slateblue
RGB
82, 89, 202
HSL
237°, 53%, 56%
CMYK
59, 56, 0, 21
Luminance
0.1320
Every format
| HEX | #5259ca |
| RGB | rgb(82, 89, 202) |
| HSL | hsl(237, 53%, 56%) |
| CMYK | cmyk(59%, 56%, 0%, 21%) |
| LAB | lab(43.1 31.0 -59.8) |
| LCH | lch(43.1 67.3 297.4) |
| OKLCH | oklch(0.521 0.173 276.0) |
Copy-ready code
/* CSS */
color: #5259ca;
background-color: #5259ca;
/* Tailwind (arbitrary) */
class="text-[#5259ca] bg-[#5259ca]"
/* SCSS */
$brand: #5259ca;
/* SwiftUI */
Color(red: 0.322, green: 0.349, blue: 0.792)
/* Android */
Color.parseColor("#5259ca")Accessibility — WCAG contrast
Aa
#5259ca on white: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5259ca on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green34.9%
Blue79.2%
CMYK percentages
Cyan59.4%
Magenta55.9%
Yellow0.0%
Key (black)20.8%
Color previews
#5259ca text on a black background
contrast 3.64:1
Card sample
#5259ca text on a white background
contrast 5.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5259ca;
Background color
Panel with #5259ca background
background-color: #5259ca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5259ca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 89, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 89, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5259ca; background: linear-gradient(135deg, #5259ca, #9B52CA);