#c89cfd
a light, electric violet · warm · closest name: plum
RGB
200, 156, 253
HSL
267°, 96%, 80%
CMYK
21, 38, 0, 1
Luminance
0.4315
Every format
| HEX | #c89cfd |
| RGB | rgb(200, 156, 253) |
| HSL | hsl(267, 96%, 80%) |
| CMYK | cmyk(21%, 38%, 0%, 1%) |
| LAB | lab(71.7 34.8 -42.3) |
| LCH | lch(71.7 54.8 309.5) |
| OKLCH | oklch(0.770 0.142 304.1) |
Copy-ready code
/* CSS */
color: #c89cfd;
background-color: #c89cfd;
/* Tailwind (arbitrary) */
class="text-[#c89cfd] bg-[#c89cfd]"
/* SCSS */
$brand: #c89cfd;
/* SwiftUI */
Color(red: 0.784, green: 0.612, blue: 0.992)
/* Android */
Color.parseColor("#c89cfd")Accessibility — WCAG contrast
Aa
#c89cfd on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c89cfd on black: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green61.2%
Blue99.2%
CMYK percentages
Cyan20.9%
Magenta38.3%
Yellow0.0%
Key (black)0.8%
Color previews
#c89cfd text on a black background
contrast 9.63:1
Card sample
#c89cfd text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c89cfd;
Background color
Panel with #c89cfd background
background-color: #c89cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c89cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 156, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 156, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c89cfd; background: linear-gradient(135deg, #c89cfd, #FD9CF1);