#c3aacf
a light, soft violet · warm · closest name: plum
RGB
195, 170, 207
HSL
281°, 28%, 74%
CMYK
6, 18, 0, 19
Luminance
0.4486
Every format
| HEX | #c3aacf |
| RGB | rgb(195, 170, 207) |
| HSL | hsl(281, 28%, 74%) |
| CMYK | cmyk(6%, 18%, 0%, 19%) |
| LAB | lab(72.8 15.8 -15.4) |
| LCH | lch(72.8 22.1 315.7) |
| OKLCH | oklch(0.772 0.059 314.8) |
Copy-ready code
/* CSS */
color: #c3aacf;
background-color: #c3aacf;
/* Tailwind (arbitrary) */
class="text-[#c3aacf] bg-[#c3aacf]"
/* SCSS */
$brand: #c3aacf;
/* SwiftUI */
Color(red: 0.765, green: 0.667, blue: 0.812)
/* Android */
Color.parseColor("#c3aacf")Accessibility — WCAG contrast
Aa
#c3aacf on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3aacf on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green66.7%
Blue81.2%
CMYK percentages
Cyan5.8%
Magenta17.9%
Yellow0.0%
Key (black)18.8%
Color previews
#c3aacf text on a black background
contrast 9.97:1
Card sample
#c3aacf text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3aacf;
Background color
Panel with #c3aacf background
background-color: #c3aacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3aacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 170, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 170, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3aacf; background: linear-gradient(135deg, #c3aacf, #CFAAC2);