#9780cf
a light, vivid violet · warm · closest name: plum
RGB
151, 128, 207
HSL
258°, 45%, 66%
CMYK
27, 38, 0, 19
Luminance
0.2652
Every format
| HEX | #9780cf |
| RGB | rgb(151, 128, 207) |
| HSL | hsl(258, 45%, 66%) |
| CMYK | cmyk(27%, 38%, 0%, 19%) |
| LAB | lab(58.5 25.6 -37.7) |
| LCH | lch(58.5 45.6 304.2) |
| OKLCH | oklch(0.653 0.117 296.4) |
Copy-ready code
/* CSS */
color: #9780cf;
background-color: #9780cf;
/* Tailwind (arbitrary) */
class="text-[#9780cf] bg-[#9780cf]"
/* SCSS */
$brand: #9780cf;
/* SwiftUI */
Color(red: 0.592, green: 0.502, blue: 0.812)
/* Android */
Color.parseColor("#9780cf")Accessibility — WCAG contrast
Aa
#9780cf on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9780cf on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green50.2%
Blue81.2%
CMYK percentages
Cyan27.1%
Magenta38.2%
Yellow0.0%
Key (black)18.8%
Color previews
#9780cf text on a black background
contrast 6.30:1
Card sample
#9780cf text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9780cf;
Background color
Panel with #9780cf background
background-color: #9780cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9780cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 128, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 128, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9780cf; background: linear-gradient(135deg, #9780cf, #CC80CF);