#c2a4df
a light, vivid violet · warm · closest name: plum
RGB
194, 164, 223
HSL
271°, 48%, 76%
CMYK
13, 27, 0, 13
Luminance
0.4335
Every format
| HEX | #c2a4df |
| RGB | rgb(194, 164, 223) |
| HSL | hsl(271, 48%, 76%) |
| CMYK | cmyk(13%, 27%, 0%, 13%) |
| LAB | lab(71.8 22.1 -25.7) |
| LCH | lch(71.8 33.9 310.6) |
| OKLCH | oklch(0.765 0.089 307.5) |
Copy-ready code
/* CSS */
color: #c2a4df;
background-color: #c2a4df;
/* Tailwind (arbitrary) */
class="text-[#c2a4df] bg-[#c2a4df]"
/* SCSS */
$brand: #c2a4df;
/* SwiftUI */
Color(red: 0.761, green: 0.643, blue: 0.875)
/* Android */
Color.parseColor("#c2a4df")Accessibility — WCAG contrast
Aa
#c2a4df on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2a4df on black: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green64.3%
Blue87.5%
CMYK percentages
Cyan13.0%
Magenta26.5%
Yellow0.0%
Key (black)12.5%
Color previews
#c2a4df text on a black background
contrast 9.67:1
Card sample
#c2a4df text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2a4df;
Background color
Panel with #c2a4df background
background-color: #c2a4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2a4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 164, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 164, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2a4df; background: linear-gradient(135deg, #c2a4df, #DFA4D5);