#c2abc7
a light, soft violet · warm · closest name: silver
RGB
194, 171, 199
HSL
289°, 20%, 73%
CMYK
3, 14, 0, 22
Luminance
0.4472
Every format
| HEX | #c2abc7 |
| RGB | rgb(194, 171, 199) |
| HSL | hsl(289, 20%, 73%) |
| CMYK | cmyk(3%, 14%, 0%, 22%) |
| LAB | lab(72.7 13.4 -11.2) |
| LCH | lch(72.7 17.4 320.1) |
| OKLCH | oklch(0.770 0.047 320.2) |
Copy-ready code
/* CSS */
color: #c2abc7;
background-color: #c2abc7;
/* Tailwind (arbitrary) */
class="text-[#c2abc7] bg-[#c2abc7]"
/* SCSS */
$brand: #c2abc7;
/* SwiftUI */
Color(red: 0.761, green: 0.671, blue: 0.780)
/* Android */
Color.parseColor("#c2abc7")Accessibility — WCAG contrast
Aa
#c2abc7 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2abc7 on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green67.1%
Blue78.0%
CMYK percentages
Cyan2.5%
Magenta14.1%
Yellow0.0%
Key (black)22.0%
Color previews
#c2abc7 text on a black background
contrast 9.94:1
Card sample
#c2abc7 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2abc7;
Background color
Panel with #c2abc7 background
background-color: #c2abc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2abc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 171, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 171, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2abc7; background: linear-gradient(135deg, #c2abc7, #C7ABB9);