#c3afdf
a light, soft violet · warm · closest name: plum
RGB
195, 175, 223
HSL
265°, 43%, 78%
CMYK
13, 22, 0, 13
Luminance
0.4759
Every format
| HEX | #c3afdf |
| RGB | rgb(195, 175, 223) |
| HSL | hsl(265, 43%, 78%) |
| CMYK | cmyk(13%, 22%, 0%, 13%) |
| LAB | lab(74.6 16.3 -21.5) |
| LCH | lch(74.6 27.0 307.2) |
| OKLCH | oklch(0.787 0.070 303.8) |
Copy-ready code
/* CSS */
color: #c3afdf;
background-color: #c3afdf;
/* Tailwind (arbitrary) */
class="text-[#c3afdf] bg-[#c3afdf]"
/* SCSS */
$brand: #c3afdf;
/* SwiftUI */
Color(red: 0.765, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#c3afdf")Accessibility — WCAG contrast
Aa
#c3afdf on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3afdf on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green68.6%
Blue87.5%
CMYK percentages
Cyan12.6%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#c3afdf text on a black background
contrast 10.52:1
Card sample
#c3afdf text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3afdf;
Background color
Panel with #c3afdf background
background-color: #c3afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3afdf; background: linear-gradient(135deg, #c3afdf, #DFAFDB);