#c4a7df
a light, vivid violet · warm · closest name: plum
RGB
196, 167, 223
HSL
271°, 47%, 77%
CMYK
12, 25, 0, 13
Luminance
0.4470
Every format
| HEX | #c4a7df |
| RGB | rgb(196, 167, 223) |
| HSL | hsl(271, 47%, 77%) |
| CMYK | cmyk(12%, 25%, 0%, 13%) |
| LAB | lab(72.7 21.1 -24.3) |
| LCH | lch(72.7 32.2 310.9) |
| OKLCH | oklch(0.773 0.084 308.0) |
Copy-ready code
/* CSS */
color: #c4a7df;
background-color: #c4a7df;
/* Tailwind (arbitrary) */
class="text-[#c4a7df] bg-[#c4a7df]"
/* SCSS */
$brand: #c4a7df;
/* SwiftUI */
Color(red: 0.769, green: 0.655, blue: 0.875)
/* Android */
Color.parseColor("#c4a7df")Accessibility — WCAG contrast
Aa
#c4a7df on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4a7df on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green65.5%
Blue87.5%
CMYK percentages
Cyan12.1%
Magenta25.1%
Yellow0.0%
Key (black)12.5%
Color previews
#c4a7df text on a black background
contrast 9.94:1
Card sample
#c4a7df text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4a7df;
Background color
Panel with #c4a7df background
background-color: #c4a7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4a7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 167, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 167, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4a7df; background: linear-gradient(135deg, #c4a7df, #DFA7D5);