#c899eb
a light, vivid violet · warm · closest name: plum
RGB
200, 153, 235
HSL
274°, 67%, 76%
CMYK
15, 35, 0, 8
Luminance
0.4106
Every format
| HEX | #c899eb |
| RGB | rgb(200, 153, 235) |
| HSL | hsl(274, 67%, 76%) |
| CMYK | cmyk(15%, 35%, 0%, 8%) |
| LAB | lab(70.2 32.5 -34.7) |
| LCH | lch(70.2 47.6 313.2) |
| OKLCH | oklch(0.756 0.125 309.9) |
Copy-ready code
/* CSS */
color: #c899eb;
background-color: #c899eb;
/* Tailwind (arbitrary) */
class="text-[#c899eb] bg-[#c899eb]"
/* SCSS */
$brand: #c899eb;
/* SwiftUI */
Color(red: 0.784, green: 0.600, blue: 0.922)
/* Android */
Color.parseColor("#c899eb")Accessibility — WCAG contrast
Aa
#c899eb on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c899eb on black: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green60.0%
Blue92.2%
CMYK percentages
Cyan14.9%
Magenta34.9%
Yellow0.0%
Key (black)7.8%
Color previews
#c899eb text on a black background
contrast 9.21:1
Card sample
#c899eb text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c899eb;
Background color
Panel with #c899eb background
background-color: #c899eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c899eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 153, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 153, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c899eb; background: linear-gradient(135deg, #c899eb, #EB99D7);