#c4afdc
a light, soft violet · warm · closest name: plum
RGB
196, 175, 220
HSL
268°, 39%, 78%
CMYK
11, 21, 0, 14
Luminance
0.4756
Every format
| HEX | #c4afdc |
| RGB | rgb(196, 175, 220) |
| HSL | hsl(268, 39%, 78%) |
| CMYK | cmyk(11%, 21%, 0%, 14%) |
| LAB | lab(74.5 16.0 -19.9) |
| LCH | lch(74.5 25.5 308.9) |
| OKLCH | oklch(0.787 0.067 306.1) |
Copy-ready code
/* CSS */
color: #c4afdc;
background-color: #c4afdc;
/* Tailwind (arbitrary) */
class="text-[#c4afdc] bg-[#c4afdc]"
/* SCSS */
$brand: #c4afdc;
/* SwiftUI */
Color(red: 0.769, green: 0.686, blue: 0.863)
/* Android */
Color.parseColor("#c4afdc")Accessibility — WCAG contrast
Aa
#c4afdc on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4afdc on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green68.6%
Blue86.3%
CMYK percentages
Cyan10.9%
Magenta20.5%
Yellow0.0%
Key (black)13.7%
Color previews
#c4afdc text on a black background
contrast 10.51:1
Card sample
#c4afdc text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4afdc;
Background color
Panel with #c4afdc background
background-color: #c4afdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4afdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 175, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 175, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4afdc; background: linear-gradient(135deg, #c4afdc, #DCAFD6);