#9727fd
a balanced, electric violet · warm · closest name: blue
RGB
151, 39, 253
HSL
271°, 98%, 57%
CMYK
40, 85, 0, 1
Luminance
0.1512
Every format
| HEX | #9727fd |
| RGB | rgb(151, 39, 253) |
| HSL | hsl(271, 98%, 57%) |
| CMYK | cmyk(40%, 85%, 0%, 1%) |
| LAB | lab(45.8 78.6 -84.0) |
| LCH | lch(45.8 115.0 313.1) |
| OKLCH | oklch(0.569 0.279 300.6) |
Copy-ready code
/* CSS */
color: #9727fd;
background-color: #9727fd;
/* Tailwind (arbitrary) */
class="text-[#9727fd] bg-[#9727fd]"
/* SCSS */
$brand: #9727fd;
/* SwiftUI */
Color(red: 0.592, green: 0.153, blue: 0.992)
/* Android */
Color.parseColor("#9727fd")Accessibility — WCAG contrast
Aa
#9727fd on white: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9727fd on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green15.3%
Blue99.2%
CMYK percentages
Cyan40.3%
Magenta84.6%
Yellow0.0%
Key (black)0.8%
Color previews
#9727fd text on a black background
contrast 4.02:1
Card sample
#9727fd text on a white background
contrast 5.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9727fd;
Background color
Panel with #9727fd background
background-color: #9727fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9727fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 39, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 39, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9727fd; background: linear-gradient(135deg, #9727fd, #FD27D4);