#c89cf7
a light, electric violet · warm · closest name: plum
RGB
200, 156, 247
HSL
269°, 85%, 79%
CMYK
19, 37, 0, 3
Luminance
0.4277
Every format
| HEX | #c89cf7 |
| RGB | rgb(200, 156, 247) |
| HSL | hsl(269, 85%, 79%) |
| CMYK | cmyk(19%, 37%, 0%, 3%) |
| LAB | lab(71.4 33.5 -39.4) |
| LCH | lch(71.4 51.7 310.4) |
| OKLCH | oklch(0.767 0.134 305.7) |
Copy-ready code
/* CSS */
color: #c89cf7;
background-color: #c89cf7;
/* Tailwind (arbitrary) */
class="text-[#c89cf7] bg-[#c89cf7]"
/* SCSS */
$brand: #c89cf7;
/* SwiftUI */
Color(red: 0.784, green: 0.612, blue: 0.969)
/* Android */
Color.parseColor("#c89cf7")Accessibility — WCAG contrast
Aa
#c89cf7 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c89cf7 on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green61.2%
Blue96.9%
CMYK percentages
Cyan19.0%
Magenta36.8%
Yellow0.0%
Key (black)3.1%
Color previews
#c89cf7 text on a black background
contrast 9.55:1
Card sample
#c89cf7 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c89cf7;
Background color
Panel with #c89cf7 background
background-color: #c89cf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c89cf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 156, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 156, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c89cf7; background: linear-gradient(135deg, #c89cf7, #F79CE9);