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