#c3adf2
a light, vivid violet · warm · closest name: plum
RGB
195, 173, 242
HSL
259°, 73%, 81%
CMYK
19, 29, 0, 5
Luminance
0.4790
Every format
| HEX | #c3adf2 |
| RGB | rgb(195, 173, 242) |
| HSL | hsl(259, 73%, 81%) |
| CMYK | cmyk(19%, 29%, 0%, 5%) |
| LAB | lab(74.8 21.6 -31.5) |
| LCH | lch(74.8 38.2 304.4) |
| OKLCH | oklch(0.791 0.099 298.8) |
Copy-ready code
/* CSS */
color: #c3adf2;
background-color: #c3adf2;
/* Tailwind (arbitrary) */
class="text-[#c3adf2] bg-[#c3adf2]"
/* SCSS */
$brand: #c3adf2;
/* SwiftUI */
Color(red: 0.765, green: 0.678, blue: 0.949)
/* Android */
Color.parseColor("#c3adf2")Accessibility — WCAG contrast
Aa
#c3adf2 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3adf2 on black: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green67.8%
Blue94.9%
CMYK percentages
Cyan19.4%
Magenta28.5%
Yellow0.0%
Key (black)5.1%
Color previews
#c3adf2 text on a black background
contrast 10.58:1
Card sample
#c3adf2 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3adf2;
Background color
Panel with #c3adf2 background
background-color: #c3adf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3adf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 173, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 173, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3adf2; background: linear-gradient(135deg, #c3adf2, #F1ADF2);