#c89afb
a light, electric violet · warm · closest name: plum
RGB
200, 154, 251
HSL
269°, 92%, 79%
CMYK
20, 39, 0, 2
Luminance
0.4236
Every format
| HEX | #c89afb |
| RGB | rgb(200, 154, 251) |
| HSL | hsl(269, 92%, 79%) |
| CMYK | cmyk(20%, 39%, 0%, 2%) |
| LAB | lab(71.1 35.5 -42.0) |
| LCH | lch(71.1 55.0 310.2) |
| OKLCH | oklch(0.765 0.142 305.1) |
Copy-ready code
/* CSS */
color: #c89afb;
background-color: #c89afb;
/* Tailwind (arbitrary) */
class="text-[#c89afb] bg-[#c89afb]"
/* SCSS */
$brand: #c89afb;
/* SwiftUI */
Color(red: 0.784, green: 0.604, blue: 0.984)
/* Android */
Color.parseColor("#c89afb")Accessibility — WCAG contrast
Aa
#c89afb on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c89afb on black: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green60.4%
Blue98.4%
CMYK percentages
Cyan20.3%
Magenta38.6%
Yellow0.0%
Key (black)1.6%
Color previews
#c89afb text on a black background
contrast 9.47:1
Card sample
#c89afb text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c89afb;
Background color
Panel with #c89afb background
background-color: #c89afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c89afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 154, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 154, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c89afb; background: linear-gradient(135deg, #c89afb, #FB9AED);