#5f2afd
a balanced, electric violet · warm · closest name: blue
RGB
95, 42, 253
HSL
255°, 98%, 58%
CMYK
63, 83, 0, 1
Luminance
0.1118
Every format
| HEX | #5f2afd |
| RGB | rgb(95, 42, 253) |
| HSL | hsl(255, 98%, 58%) |
| CMYK | cmyk(63%, 83%, 0%, 1%) |
| LAB | lab(39.9 71.9 -94.0) |
| LCH | lch(39.9 118.3 307.4) |
| OKLCH | oklch(0.515 0.277 282.1) |
Copy-ready code
/* CSS */
color: #5f2afd;
background-color: #5f2afd;
/* Tailwind (arbitrary) */
class="text-[#5f2afd] bg-[#5f2afd]"
/* SCSS */
$brand: #5f2afd;
/* SwiftUI */
Color(red: 0.373, green: 0.165, blue: 0.992)
/* Android */
Color.parseColor("#5f2afd")Accessibility — WCAG contrast
Aa
#5f2afd on white: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5f2afd on black: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green16.5%
Blue99.2%
CMYK percentages
Cyan62.5%
Magenta83.4%
Yellow0.0%
Key (black)0.8%
Color previews
#5f2afd text on a black background
contrast 3.24:1
Card sample
#5f2afd text on a white background
contrast 6.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f2afd;
Background color
Panel with #5f2afd background
background-color: #5f2afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f2afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 42, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 42, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f2afd; background: linear-gradient(135deg, #5f2afd, #EC2AFD);