#582fdf
a balanced, vivid blue · warm · closest name: blue
RGB
88, 47, 223
HSL
254°, 73%, 53%
CMYK
61, 79, 0, 13
Luminance
0.0944
Every format
| HEX | #582fdf |
| RGB | rgb(88, 47, 223) |
| HSL | hsl(254, 73%, 53%) |
| CMYK | cmyk(61%, 79%, 0%, 13%) |
| LAB | lab(36.8 61.4 -82.1) |
| LCH | lch(36.8 102.5 306.8) |
| OKLCH | oklch(0.483 0.243 283.1) |
Copy-ready code
/* CSS */
color: #582fdf;
background-color: #582fdf;
/* Tailwind (arbitrary) */
class="text-[#582fdf] bg-[#582fdf]"
/* SCSS */
$brand: #582fdf;
/* SwiftUI */
Color(red: 0.345, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#582fdf")Accessibility — WCAG contrast
Aa
#582fdf on white: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#582fdf on black: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green18.4%
Blue87.5%
CMYK percentages
Cyan60.5%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#582fdf text on a black background
contrast 2.89:1
Card sample
#582fdf text on a white background
contrast 7.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #582fdf;
Background color
Panel with #582fdf background
background-color: #582fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #582fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #582fdf; background: linear-gradient(135deg, #582fdf, #CD2FDF);