#c8afdf
a light, soft violet · warm · closest name: plum
RGB
200, 175, 223
HSL
271°, 43%, 78%
CMYK
10, 22, 0, 13
Luminance
0.4827
Every format
| HEX | #c8afdf |
| RGB | rgb(200, 175, 223) |
| HSL | hsl(271, 43%, 78%) |
| CMYK | cmyk(10%, 22%, 0%, 13%) |
| LAB | lab(75.0 17.9 -20.8) |
| LCH | lch(75.0 27.5 310.8) |
| OKLCH | oklch(0.791 0.072 308.3) |
Copy-ready code
/* CSS */
color: #c8afdf;
background-color: #c8afdf;
/* Tailwind (arbitrary) */
class="text-[#c8afdf] bg-[#c8afdf]"
/* SCSS */
$brand: #c8afdf;
/* SwiftUI */
Color(red: 0.784, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#c8afdf")Accessibility — WCAG contrast
Aa
#c8afdf on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8afdf on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green68.6%
Blue87.5%
CMYK percentages
Cyan10.3%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#c8afdf text on a black background
contrast 10.65:1
Card sample
#c8afdf text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8afdf;
Background color
Panel with #c8afdf background
background-color: #c8afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8afdf; background: linear-gradient(135deg, #c8afdf, #DFAFD6);