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