#c5a2cf
a light, soft violet · warm · closest name: plum
RGB
197, 162, 207
HSL
287°, 32%, 72%
CMYK
5, 22, 0, 19
Luminance
0.4222
Every format
| HEX | #c5a2cf |
| RGB | rgb(197, 162, 207) |
| HSL | hsl(287, 32%, 72%) |
| CMYK | cmyk(5%, 22%, 0%, 19%) |
| LAB | lab(71.0 20.9 -18.1) |
| LCH | lch(71.0 27.6 319.1) |
| OKLCH | oklch(0.758 0.074 318.6) |
Copy-ready code
/* CSS */
color: #c5a2cf;
background-color: #c5a2cf;
/* Tailwind (arbitrary) */
class="text-[#c5a2cf] bg-[#c5a2cf]"
/* SCSS */
$brand: #c5a2cf;
/* SwiftUI */
Color(red: 0.773, green: 0.635, blue: 0.812)
/* Android */
Color.parseColor("#c5a2cf")Accessibility — WCAG contrast
Aa
#c5a2cf on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5a2cf on black: 9.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green63.5%
Blue81.2%
CMYK percentages
Cyan4.8%
Magenta21.7%
Yellow0.0%
Key (black)18.8%
Color previews
#c5a2cf text on a black background
contrast 9.44:1
Card sample
#c5a2cf text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5a2cf;
Background color
Panel with #c5a2cf background
background-color: #c5a2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5a2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 162, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 162, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5a2cf; background: linear-gradient(135deg, #c5a2cf, #CFA2BB);