#9727f9
a balanced, electric violet · warm · closest name: blue
RGB
151, 39, 249
HSL
272°, 95%, 57%
CMYK
39, 84, 0, 2
Luminance
0.1487
Every format
| HEX | #9727f9 |
| RGB | rgb(151, 39, 249) |
| HSL | hsl(272, 95%, 57%) |
| CMYK | cmyk(39%, 84%, 0%, 2%) |
| LAB | lab(45.5 77.7 -82.3) |
| LCH | lch(45.5 113.2 313.4) |
| OKLCH | oklch(0.566 0.276 301.4) |
Copy-ready code
/* CSS */
color: #9727f9;
background-color: #9727f9;
/* Tailwind (arbitrary) */
class="text-[#9727f9] bg-[#9727f9]"
/* SCSS */
$brand: #9727f9;
/* SwiftUI */
Color(red: 0.592, green: 0.153, blue: 0.976)
/* Android */
Color.parseColor("#9727f9")Accessibility — WCAG contrast
Aa
#9727f9 on white: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9727f9 on black: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green15.3%
Blue97.6%
CMYK percentages
Cyan39.4%
Magenta84.3%
Yellow0.0%
Key (black)2.4%
Color previews
#9727f9 text on a black background
contrast 3.97:1
Card sample
#9727f9 text on a white background
contrast 5.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9727f9;
Background color
Panel with #9727f9 background
background-color: #9727f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9727f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 39, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 39, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9727f9; background: linear-gradient(135deg, #9727f9, #F927CF);