#c89dfb
a light, electric violet · warm · closest name: plum
RGB
200, 157, 251
HSL
267°, 92%, 80%
CMYK
20, 38, 0, 2
Luminance
0.4336
Every format
| HEX | #c89dfb |
| RGB | rgb(200, 157, 251) |
| HSL | hsl(267, 92%, 80%) |
| CMYK | cmyk(20%, 38%, 0%, 2%) |
| LAB | lab(71.8 33.8 -40.9) |
| LCH | lch(71.8 53.1 309.6) |
| OKLCH | oklch(0.770 0.138 304.4) |
Copy-ready code
/* CSS */
color: #c89dfb;
background-color: #c89dfb;
/* Tailwind (arbitrary) */
class="text-[#c89dfb] bg-[#c89dfb]"
/* SCSS */
$brand: #c89dfb;
/* SwiftUI */
Color(red: 0.784, green: 0.616, blue: 0.984)
/* Android */
Color.parseColor("#c89dfb")Accessibility — WCAG contrast
Aa
#c89dfb on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c89dfb on black: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green61.6%
Blue98.4%
CMYK percentages
Cyan20.3%
Magenta37.5%
Yellow0.0%
Key (black)1.6%
Color previews
#c89dfb text on a black background
contrast 9.67:1
Card sample
#c89dfb text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c89dfb;
Background color
Panel with #c89dfb background
background-color: #c89dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c89dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 157, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 157, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c89dfb; background: linear-gradient(135deg, #c89dfb, #FB9DEF);