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