#9729fd
a balanced, electric violet · warm · closest name: blue
RGB
151, 41, 253
HSL
271°, 98%, 58%
CMYK
40, 84, 0, 1
Luminance
0.1526
Every format
| HEX | #9729fd |
| RGB | rgb(151, 41, 253) |
| HSL | hsl(271, 98%, 58%) |
| CMYK | cmyk(40%, 84%, 0%, 1%) |
| LAB | lab(46.0 78.0 -83.7) |
| LCH | lch(46.0 114.4 313.0) |
| OKLCH | oklch(0.571 0.278 300.5) |
Copy-ready code
/* CSS */
color: #9729fd;
background-color: #9729fd;
/* Tailwind (arbitrary) */
class="text-[#9729fd] bg-[#9729fd]"
/* SCSS */
$brand: #9729fd;
/* SwiftUI */
Color(red: 0.592, green: 0.161, blue: 0.992)
/* Android */
Color.parseColor("#9729fd")Accessibility — WCAG contrast
Aa
#9729fd on white: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9729fd on black: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green16.1%
Blue99.2%
CMYK percentages
Cyan40.3%
Magenta83.8%
Yellow0.0%
Key (black)0.8%
Color previews
#9729fd text on a black background
contrast 4.05:1
Card sample
#9729fd text on a white background
contrast 5.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9729fd;
Background color
Panel with #9729fd background
background-color: #9729fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9729fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 41, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 41, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9729fd; background: linear-gradient(135deg, #9729fd, #FD29D6);