#c3afd1
a light, soft violet · warm · closest name: silver
RGB
195, 175, 209
HSL
275°, 27%, 75%
CMYK
7, 16, 0, 18
Luminance
0.4687
Every format
| HEX | #c3afd1 |
| RGB | rgb(195, 175, 209) |
| HSL | hsl(275, 27%, 75%) |
| CMYK | cmyk(7%, 16%, 0%, 18%) |
| LAB | lab(74.1 13.5 -14.6) |
| LCH | lch(74.1 19.8 312.8) |
| OKLCH | oklch(0.782 0.052 311.4) |
Copy-ready code
/* CSS */
color: #c3afd1;
background-color: #c3afd1;
/* Tailwind (arbitrary) */
class="text-[#c3afd1] bg-[#c3afd1]"
/* SCSS */
$brand: #c3afd1;
/* SwiftUI */
Color(red: 0.765, green: 0.686, blue: 0.820)
/* Android */
Color.parseColor("#c3afd1")Accessibility — WCAG contrast
Aa
#c3afd1 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3afd1 on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green68.6%
Blue82.0%
CMYK percentages
Cyan6.7%
Magenta16.3%
Yellow0.0%
Key (black)18.0%
Color previews
#c3afd1 text on a black background
contrast 10.37:1
Card sample
#c3afd1 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3afd1;
Background color
Panel with #c3afd1 background
background-color: #c3afd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3afd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 175, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 175, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3afd1; background: linear-gradient(135deg, #c3afd1, #D1AFC8);