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