#c4a6cf
a light, soft violet · warm · closest name: plum
RGB
196, 166, 207
HSL
284°, 30%, 73%
CMYK
5, 20, 0, 19
Luminance
0.4351
Every format
| HEX | #c4a6cf |
| RGB | rgb(196, 166, 207) |
| HSL | hsl(284, 30%, 73%) |
| CMYK | cmyk(5%, 20%, 0%, 19%) |
| LAB | lab(71.9 18.4 -16.8) |
| LCH | lch(71.9 24.9 317.6) |
| OKLCH | oklch(0.765 0.066 316.9) |
Copy-ready code
/* CSS */
color: #c4a6cf;
background-color: #c4a6cf;
/* Tailwind (arbitrary) */
class="text-[#c4a6cf] bg-[#c4a6cf]"
/* SCSS */
$brand: #c4a6cf;
/* SwiftUI */
Color(red: 0.769, green: 0.651, blue: 0.812)
/* Android */
Color.parseColor("#c4a6cf")Accessibility — WCAG contrast
Aa
#c4a6cf on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4a6cf on black: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green65.1%
Blue81.2%
CMYK percentages
Cyan5.3%
Magenta19.8%
Yellow0.0%
Key (black)18.8%
Color previews
#c4a6cf text on a black background
contrast 9.70:1
Card sample
#c4a6cf text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4a6cf;
Background color
Panel with #c4a6cf background
background-color: #c4a6cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4a6cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 166, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 166, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4a6cf; background: linear-gradient(135deg, #c4a6cf, #CFA6BF);