#9727cf
a balanced, vivid violet · warm · closest name: indigo
RGB
151, 39, 207
HSL
280°, 68%, 48%
CMYK
27, 81, 0, 19
Luminance
0.1254
Every format
| HEX | #9727cf |
| RGB | rgb(151, 39, 207) |
| HSL | hsl(280, 68%, 48%) |
| CMYK | cmyk(27%, 81%, 0%, 19%) |
| LAB | lab(42.1 69.0 -64.0) |
| LCH | lch(42.1 94.1 317.2) |
| OKLCH | oklch(0.532 0.239 310.7) |
Copy-ready code
/* CSS */
color: #9727cf;
background-color: #9727cf;
/* Tailwind (arbitrary) */
class="text-[#9727cf] bg-[#9727cf]"
/* SCSS */
$brand: #9727cf;
/* SwiftUI */
Color(red: 0.592, green: 0.153, blue: 0.812)
/* Android */
Color.parseColor("#9727cf")Accessibility — WCAG contrast
Aa
#9727cf on white: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9727cf on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green15.3%
Blue81.2%
CMYK percentages
Cyan27.1%
Magenta81.2%
Yellow0.0%
Key (black)18.8%
Color previews
#9727cf text on a black background
contrast 3.51:1
Card sample
#9727cf text on a white background
contrast 5.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9727cf;
Background color
Panel with #9727cf background
background-color: #9727cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9727cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 39, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 39, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9727cf; background: linear-gradient(135deg, #9727cf, #CF2797);