#c4a2cf
a light, soft violet · warm · closest name: plum
RGB
196, 162, 207
HSL
285°, 32%, 72%
CMYK
5, 22, 0, 19
Luminance
0.4208
Every format
| HEX | #c4a2cf |
| RGB | rgb(196, 162, 207) |
| HSL | hsl(285, 32%, 72%) |
| CMYK | cmyk(5%, 22%, 0%, 19%) |
| LAB | lab(70.9 20.6 -18.2) |
| LCH | lch(70.9 27.5 318.4) |
| OKLCH | oklch(0.757 0.073 317.8) |
Copy-ready code
/* CSS */
color: #c4a2cf;
background-color: #c4a2cf;
/* Tailwind (arbitrary) */
class="text-[#c4a2cf] bg-[#c4a2cf]"
/* SCSS */
$brand: #c4a2cf;
/* SwiftUI */
Color(red: 0.769, green: 0.635, blue: 0.812)
/* Android */
Color.parseColor("#c4a2cf")Accessibility — WCAG contrast
Aa
#c4a2cf on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4a2cf on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green63.5%
Blue81.2%
CMYK percentages
Cyan5.3%
Magenta21.7%
Yellow0.0%
Key (black)18.8%
Color previews
#c4a2cf text on a black background
contrast 9.42:1
Card sample
#c4a2cf text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4a2cf;
Background color
Panel with #c4a2cf background
background-color: #c4a2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4a2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 162, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 162, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4a2cf; background: linear-gradient(135deg, #c4a2cf, #CFA2BC);