#c3afd6
a light, soft violet · warm · closest name: plum
RGB
195, 175, 214
HSL
271°, 32%, 76%
CMYK
9, 18, 0, 16
Luminance
0.4712
Every format
| HEX | #c3afd6 |
| RGB | rgb(195, 175, 214) |
| HSL | hsl(271, 32%, 76%) |
| CMYK | cmyk(9%, 18%, 0%, 16%) |
| LAB | lab(74.3 14.5 -17.0) |
| LCH | lch(74.3 22.4 310.4) |
| OKLCH | oklch(0.784 0.059 308.2) |
Copy-ready code
/* CSS */
color: #c3afd6;
background-color: #c3afd6;
/* Tailwind (arbitrary) */
class="text-[#c3afd6] bg-[#c3afd6]"
/* SCSS */
$brand: #c3afd6;
/* SwiftUI */
Color(red: 0.765, green: 0.686, blue: 0.839)
/* Android */
Color.parseColor("#c3afd6")Accessibility — WCAG contrast
Aa
#c3afd6 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3afd6 on black: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green68.6%
Blue83.9%
CMYK percentages
Cyan8.9%
Magenta18.2%
Yellow0.0%
Key (black)16.1%
Color previews
#c3afd6 text on a black background
contrast 10.42:1
Card sample
#c3afd6 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3afd6;
Background color
Panel with #c3afd6 background
background-color: #c3afd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3afd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 175, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 175, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3afd6; background: linear-gradient(135deg, #c3afd6, #D6AFCF);