#c89cef
a light, vivid violet · warm · closest name: plum
RGB
200, 156, 239
HSL
272°, 72%, 78%
CMYK
16, 35, 0, 6
Luminance
0.4229
Every format
| HEX | #c89cef |
| RGB | rgb(200, 156, 239) |
| HSL | hsl(272, 72%, 78%) |
| CMYK | cmyk(16%, 35%, 0%, 6%) |
| LAB | lab(71.1 31.8 -35.5) |
| LCH | lch(71.1 47.7 311.8) |
| OKLCH | oklch(0.763 0.124 308.0) |
Copy-ready code
/* CSS */
color: #c89cef;
background-color: #c89cef;
/* Tailwind (arbitrary) */
class="text-[#c89cef] bg-[#c89cef]"
/* SCSS */
$brand: #c89cef;
/* SwiftUI */
Color(red: 0.784, green: 0.612, blue: 0.937)
/* Android */
Color.parseColor("#c89cef")Accessibility — WCAG contrast
Aa
#c89cef on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c89cef on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green61.2%
Blue93.7%
CMYK percentages
Cyan16.3%
Magenta34.7%
Yellow0.0%
Key (black)6.3%
Color previews
#c89cef text on a black background
contrast 9.46:1
Card sample
#c89cef text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c89cef;
Background color
Panel with #c89cef background
background-color: #c89cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c89cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 156, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 156, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c89cef; background: linear-gradient(135deg, #c89cef, #EF9CDF);