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