#5259af
a balanced, soft blue · warm · closest name: slateblue
RGB
82, 89, 175
HSL
236°, 37%, 50%
CMYK
53, 49, 0, 31
Luminance
0.1203
Every format
| HEX | #5259af |
| RGB | rgb(82, 89, 175) |
| HSL | hsl(236, 37%, 50%) |
| CMYK | cmyk(53%, 49%, 0%, 31%) |
| LAB | lab(41.3 22.1 -47.0) |
| LCH | lch(41.3 51.9 295.2) |
| OKLCH | oklch(0.502 0.135 276.9) |
Copy-ready code
/* CSS */
color: #5259af;
background-color: #5259af;
/* Tailwind (arbitrary) */
class="text-[#5259af] bg-[#5259af]"
/* SCSS */
$brand: #5259af;
/* SwiftUI */
Color(red: 0.322, green: 0.349, blue: 0.686)
/* Android */
Color.parseColor("#5259af")Accessibility — WCAG contrast
Aa
#5259af on white: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5259af on black: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green34.9%
Blue68.6%
CMYK percentages
Cyan53.1%
Magenta49.1%
Yellow0.0%
Key (black)31.4%
Color previews
#5259af text on a black background
contrast 3.41:1
Card sample
#5259af text on a white background
contrast 6.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5259af;
Background color
Panel with #5259af background
background-color: #5259af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5259af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 89, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 89, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5259af; background: linear-gradient(135deg, #5259af, #8952AF);