#c897df
a light, vivid violet · warm · closest name: plum
RGB
200, 151, 223
HSL
281°, 53%, 73%
CMYK
10, 32, 0, 13
Luminance
0.3974
Every format
| HEX | #c897df |
| RGB | rgb(200, 151, 223) |
| HSL | hsl(281, 53%, 73%) |
| CMYK | cmyk(10%, 32%, 0%, 13%) |
| LAB | lab(69.3 31.1 -29.5) |
| LCH | lch(69.3 42.9 316.5) |
| OKLCH | oklch(0.748 0.114 314.6) |
Copy-ready code
/* CSS */
color: #c897df;
background-color: #c897df;
/* Tailwind (arbitrary) */
class="text-[#c897df] bg-[#c897df]"
/* SCSS */
$brand: #c897df;
/* SwiftUI */
Color(red: 0.784, green: 0.592, blue: 0.875)
/* Android */
Color.parseColor("#c897df")Accessibility — WCAG contrast
Aa
#c897df on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c897df on black: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green59.2%
Blue87.5%
CMYK percentages
Cyan10.3%
Magenta32.3%
Yellow0.0%
Key (black)12.5%
Color previews
#c897df text on a black background
contrast 8.95:1
Card sample
#c897df text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c897df;
Background color
Panel with #c897df background
background-color: #c897df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c897df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 151, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 151, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c897df; background: linear-gradient(135deg, #c897df, #DF97C6);