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