#c2a9df
a light, vivid violet · warm · closest name: plum
RGB
194, 169, 223
HSL
268°, 46%, 77%
CMYK
13, 24, 0, 13
Luminance
0.4517
Every format
| HEX | #c2a9df |
| RGB | rgb(194, 169, 223) |
| HSL | hsl(268, 46%, 77%) |
| CMYK | cmyk(13%, 24%, 0%, 13%) |
| LAB | lab(73.0 19.3 -23.9) |
| LCH | lch(73.0 30.7 309.0) |
| OKLCH | oklch(0.775 0.080 305.7) |
Copy-ready code
/* CSS */
color: #c2a9df;
background-color: #c2a9df;
/* Tailwind (arbitrary) */
class="text-[#c2a9df] bg-[#c2a9df]"
/* SCSS */
$brand: #c2a9df;
/* SwiftUI */
Color(red: 0.761, green: 0.663, blue: 0.875)
/* Android */
Color.parseColor("#c2a9df")Accessibility — WCAG contrast
Aa
#c2a9df on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2a9df on black: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green66.3%
Blue87.5%
CMYK percentages
Cyan13.0%
Magenta24.2%
Yellow0.0%
Key (black)12.5%
Color previews
#c2a9df text on a black background
contrast 10.03:1
Card sample
#c2a9df text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2a9df;
Background color
Panel with #c2a9df background
background-color: #c2a9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2a9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 169, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 169, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2a9df; background: linear-gradient(135deg, #c2a9df, #DFA9D8);