#9769cf
a balanced, vivid violet · warm · closest name: slateblue
RGB
151, 105, 207
HSL
267°, 52%, 61%
CMYK
27, 49, 0, 19
Luminance
0.2119
Every format
| HEX | #9769cf |
| RGB | rgb(151, 105, 207) |
| HSL | hsl(267, 52%, 61%) |
| CMYK | cmyk(27%, 49%, 0%, 19%) |
| LAB | lab(53.1 38.8 -46.2) |
| LCH | lch(53.1 60.3 310.1) |
| OKLCH | oklch(0.612 0.154 302.9) |
Copy-ready code
/* CSS */
color: #9769cf;
background-color: #9769cf;
/* Tailwind (arbitrary) */
class="text-[#9769cf] bg-[#9769cf]"
/* SCSS */
$brand: #9769cf;
/* SwiftUI */
Color(red: 0.592, green: 0.412, blue: 0.812)
/* Android */
Color.parseColor("#9769cf")Accessibility — WCAG contrast
Aa
#9769cf on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9769cf on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green41.2%
Blue81.2%
CMYK percentages
Cyan27.1%
Magenta49.3%
Yellow0.0%
Key (black)18.8%
Color previews
#9769cf text on a black background
contrast 5.24:1
Card sample
#9769cf text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9769cf;
Background color
Panel with #9769cf background
background-color: #9769cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9769cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 105, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 105, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9769cf; background: linear-gradient(135deg, #9769cf, #CF69C3);