#c7abcf
a light, soft violet · warm · closest name: plum
RGB
199, 171, 207
HSL
287°, 27%, 74%
CMYK
4, 17, 0, 19
Luminance
0.4577
Every format
| HEX | #c7abcf |
| RGB | rgb(199, 171, 207) |
| HSL | hsl(287, 27%, 74%) |
| CMYK | cmyk(4%, 17%, 0%, 19%) |
| LAB | lab(73.4 16.6 -14.5) |
| LCH | lch(73.4 22.0 318.9) |
| OKLCH | oklch(0.777 0.059 318.7) |
Copy-ready code
/* CSS */
color: #c7abcf;
background-color: #c7abcf;
/* Tailwind (arbitrary) */
class="text-[#c7abcf] bg-[#c7abcf]"
/* SCSS */
$brand: #c7abcf;
/* SwiftUI */
Color(red: 0.780, green: 0.671, blue: 0.812)
/* Android */
Color.parseColor("#c7abcf")Accessibility — WCAG contrast
Aa
#c7abcf on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7abcf on black: 10.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green67.1%
Blue81.2%
CMYK percentages
Cyan3.9%
Magenta17.4%
Yellow0.0%
Key (black)18.8%
Color previews
#c7abcf text on a black background
contrast 10.15:1
Card sample
#c7abcf text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7abcf;
Background color
Panel with #c7abcf background
background-color: #c7abcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7abcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 171, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 171, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7abcf; background: linear-gradient(135deg, #c7abcf, #CFABBF);