#580fdf
a balanced, electric violet · warm · closest name: blue
RGB
88, 15, 223
HSL
261°, 87%, 47%
CMYK
61, 93, 0, 13
Luminance
0.0774
Every format
| HEX | #580fdf |
| RGB | rgb(88, 15, 223) |
| HSL | hsl(261, 87%, 47%) |
| CMYK | cmyk(61%, 93%, 0%, 13%) |
| LAB | lab(33.4 71.4 -87.7) |
| LCH | lch(33.4 113.1 309.2) |
| OKLCH | oklch(0.460 0.261 284.9) |
Copy-ready code
/* CSS */
color: #580fdf;
background-color: #580fdf;
/* Tailwind (arbitrary) */
class="text-[#580fdf] bg-[#580fdf]"
/* SCSS */
$brand: #580fdf;
/* SwiftUI */
Color(red: 0.345, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#580fdf")Accessibility — WCAG contrast
Aa
#580fdf on white: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#580fdf on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green5.9%
Blue87.5%
CMYK percentages
Cyan60.5%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#580fdf text on a black background
contrast 2.55:1
Card sample
#580fdf text on a white background
contrast 8.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #580fdf;
Background color
Panel with #580fdf background
background-color: #580fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #580fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #580fdf; background: linear-gradient(135deg, #580fdf, #DF0FDB);