#c4abcf
a light, soft violet · warm · closest name: plum
RGB
196, 171, 207
HSL
282°, 27%, 74%
CMYK
5, 17, 0, 19
Luminance
0.4537
Every format
| HEX | #c4abcf |
| RGB | rgb(196, 171, 207) |
| HSL | hsl(282, 27%, 74%) |
| CMYK | cmyk(5%, 17%, 0%, 19%) |
| LAB | lab(73.1 15.6 -14.9) |
| LCH | lch(73.1 21.6 316.3) |
| OKLCH | oklch(0.774 0.057 315.5) |
Copy-ready code
/* CSS */
color: #c4abcf;
background-color: #c4abcf;
/* Tailwind (arbitrary) */
class="text-[#c4abcf] bg-[#c4abcf]"
/* SCSS */
$brand: #c4abcf;
/* SwiftUI */
Color(red: 0.769, green: 0.671, blue: 0.812)
/* Android */
Color.parseColor("#c4abcf")Accessibility — WCAG contrast
Aa
#c4abcf on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4abcf on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green67.1%
Blue81.2%
CMYK percentages
Cyan5.3%
Magenta17.4%
Yellow0.0%
Key (black)18.8%
Color previews
#c4abcf text on a black background
contrast 10.07:1
Card sample
#c4abcf text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4abcf;
Background color
Panel with #c4abcf background
background-color: #c4abcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4abcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 171, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 171, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4abcf; background: linear-gradient(135deg, #c4abcf, #CFABC2);