#c2afd9
a light, soft violet · warm · closest name: plum
RGB
194, 175, 217
HSL
267°, 36%, 77%
CMYK
11, 19, 0, 15
Luminance
0.4714
Every format
| HEX | #c2afd9 |
| RGB | rgb(194, 175, 217) |
| HSL | hsl(267, 36%, 77%) |
| CMYK | cmyk(11%, 19%, 0%, 15%) |
| LAB | lab(74.3 14.8 -18.7) |
| LCH | lch(74.3 23.8 308.3) |
| OKLCH | oklch(0.784 0.062 305.5) |
Copy-ready code
/* CSS */
color: #c2afd9;
background-color: #c2afd9;
/* Tailwind (arbitrary) */
class="text-[#c2afd9] bg-[#c2afd9]"
/* SCSS */
$brand: #c2afd9;
/* SwiftUI */
Color(red: 0.761, green: 0.686, blue: 0.851)
/* Android */
Color.parseColor("#c2afd9")Accessibility — WCAG contrast
Aa
#c2afd9 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2afd9 on black: 10.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green68.6%
Blue85.1%
CMYK percentages
Cyan10.6%
Magenta19.4%
Yellow0.0%
Key (black)14.9%
Color previews
#c2afd9 text on a black background
contrast 10.43:1
Card sample
#c2afd9 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2afd9;
Background color
Panel with #c2afd9 background
background-color: #c2afd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2afd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 175, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 175, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2afd9; background: linear-gradient(135deg, #c2afd9, #D9AFD4);