#5f2ffd
a balanced, electric blue · warm · closest name: blue
RGB
95, 47, 253
HSL
254°, 98%, 59%
CMYK
63, 81, 0, 1
Luminance
0.1156
Every format
| HEX | #5f2ffd |
| RGB | rgb(95, 47, 253) |
| HSL | hsl(254, 98%, 59%) |
| CMYK | cmyk(63%, 81%, 0%, 1%) |
| LAB | lab(40.5 70.1 -93.0) |
| LCH | lch(40.5 116.4 307.0) |
| OKLCH | oklch(0.519 0.274 281.8) |
Copy-ready code
/* CSS */
color: #5f2ffd;
background-color: #5f2ffd;
/* Tailwind (arbitrary) */
class="text-[#5f2ffd] bg-[#5f2ffd]"
/* SCSS */
$brand: #5f2ffd;
/* SwiftUI */
Color(red: 0.373, green: 0.184, blue: 0.992)
/* Android */
Color.parseColor("#5f2ffd")Accessibility — WCAG contrast
Aa
#5f2ffd on white: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5f2ffd on black: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green18.4%
Blue99.2%
CMYK percentages
Cyan62.5%
Magenta81.4%
Yellow0.0%
Key (black)0.8%
Color previews
#5f2ffd text on a black background
contrast 3.31:1
Card sample
#5f2ffd text on a white background
contrast 6.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f2ffd;
Background color
Panel with #5f2ffd background
background-color: #5f2ffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f2ffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 47, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 47, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f2ffd; background: linear-gradient(135deg, #5f2ffd, #E82FFD);