#c89bfd
a light, electric violet · warm · closest name: plum
RGB
200, 155, 253
HSL
268°, 96%, 80%
CMYK
21, 39, 0, 1
Luminance
0.4281
Every format
| HEX | #c89bfd |
| RGB | rgb(200, 155, 253) |
| HSL | hsl(268, 96%, 80%) |
| CMYK | cmyk(21%, 39%, 0%, 1%) |
| LAB | lab(71.4 35.4 -42.6) |
| LCH | lch(71.4 55.4 309.7) |
| OKLCH | oklch(0.768 0.143 304.4) |
Copy-ready code
/* CSS */
color: #c89bfd;
background-color: #c89bfd;
/* Tailwind (arbitrary) */
class="text-[#c89bfd] bg-[#c89bfd]"
/* SCSS */
$brand: #c89bfd;
/* SwiftUI */
Color(red: 0.784, green: 0.608, blue: 0.992)
/* Android */
Color.parseColor("#c89bfd")Accessibility — WCAG contrast
Aa
#c89bfd on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c89bfd on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green60.8%
Blue99.2%
CMYK percentages
Cyan20.9%
Magenta38.7%
Yellow0.0%
Key (black)0.8%
Color previews
#c89bfd text on a black background
contrast 9.56:1
Card sample
#c89bfd text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c89bfd;
Background color
Panel with #c89bfd background
background-color: #c89bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c89bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 155, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 155, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c89bfd; background: linear-gradient(135deg, #c89bfd, #FD9BF1);