#c899df
a light, vivid violet · warm · closest name: plum
RGB
200, 153, 223
HSL
280°, 52%, 74%
CMYK
10, 31, 0, 13
Luminance
0.4039
Every format
| HEX | #c899df |
| RGB | rgb(200, 153, 223) |
| HSL | hsl(280, 52%, 74%) |
| CMYK | cmyk(10%, 31%, 0%, 13%) |
| LAB | lab(69.8 30.0 -28.8) |
| LCH | lch(69.8 41.6 316.2) |
| OKLCH | oklch(0.751 0.110 314.3) |
Copy-ready code
/* CSS */
color: #c899df;
background-color: #c899df;
/* Tailwind (arbitrary) */
class="text-[#c899df] bg-[#c899df]"
/* SCSS */
$brand: #c899df;
/* SwiftUI */
Color(red: 0.784, green: 0.600, blue: 0.875)
/* Android */
Color.parseColor("#c899df")Accessibility — WCAG contrast
Aa
#c899df on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c899df on black: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green60.0%
Blue87.5%
CMYK percentages
Cyan10.3%
Magenta31.4%
Yellow0.0%
Key (black)12.5%
Color previews
#c899df text on a black background
contrast 9.08:1
Card sample
#c899df text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c899df;
Background color
Panel with #c899df background
background-color: #c899df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c899df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 153, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 153, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c899df; background: linear-gradient(135deg, #c899df, #DF99C7);