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