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