#c0abcf
a light, soft violet · warm · closest name: plum
RGB
192, 171, 207
HSL
275°, 27%, 74%
CMYK
7, 17, 0, 19
Luminance
0.4484
Every format
| HEX | #c0abcf |
| RGB | rgb(192, 171, 207) |
| HSL | hsl(275, 27%, 74%) |
| CMYK | cmyk(7%, 17%, 0%, 19%) |
| LAB | lab(72.8 14.3 -15.5) |
| LCH | lch(72.8 21.0 312.7) |
| OKLCH | oklch(0.771 0.055 311.1) |
Copy-ready code
/* CSS */
color: #c0abcf;
background-color: #c0abcf;
/* Tailwind (arbitrary) */
class="text-[#c0abcf] bg-[#c0abcf]"
/* SCSS */
$brand: #c0abcf;
/* SwiftUI */
Color(red: 0.753, green: 0.671, blue: 0.812)
/* Android */
Color.parseColor("#c0abcf")Accessibility — WCAG contrast
Aa
#c0abcf on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0abcf on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green67.1%
Blue81.2%
CMYK percentages
Cyan7.2%
Magenta17.4%
Yellow0.0%
Key (black)18.8%
Color previews
#c0abcf text on a black background
contrast 9.97:1
Card sample
#c0abcf text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0abcf;
Background color
Panel with #c0abcf background
background-color: #c0abcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0abcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 171, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 171, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0abcf; background: linear-gradient(135deg, #c0abcf, #CFABC6);