#c8afdc
a light, soft violet · warm · closest name: plum
RGB
200, 175, 220
HSL
273°, 39%, 78%
CMYK
9, 21, 0, 14
Luminance
0.4811
Every format
| HEX | #c8afdc |
| RGB | rgb(200, 175, 220) |
| HSL | hsl(273, 39%, 78%) |
| CMYK | cmyk(9%, 21%, 0%, 14%) |
| LAB | lab(74.9 17.3 -19.3) |
| LCH | lch(74.9 25.9 311.9) |
| OKLCH | oklch(0.790 0.068 309.9) |
Copy-ready code
/* CSS */
color: #c8afdc;
background-color: #c8afdc;
/* Tailwind (arbitrary) */
class="text-[#c8afdc] bg-[#c8afdc]"
/* SCSS */
$brand: #c8afdc;
/* SwiftUI */
Color(red: 0.784, green: 0.686, blue: 0.863)
/* Android */
Color.parseColor("#c8afdc")Accessibility — WCAG contrast
Aa
#c8afdc on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8afdc on black: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green68.6%
Blue86.3%
CMYK percentages
Cyan9.1%
Magenta20.5%
Yellow0.0%
Key (black)13.7%
Color previews
#c8afdc text on a black background
contrast 10.62:1
Card sample
#c8afdc text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8afdc;
Background color
Panel with #c8afdc background
background-color: #c8afdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8afdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 175, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 175, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8afdc; background: linear-gradient(135deg, #c8afdc, #DCAFD2);