#c0abc5
a light, soft violet · warm · closest name: silver
RGB
192, 171, 197
HSL
289°, 18%, 72%
CMYK
3, 13, 0, 23
Luminance
0.4436
Every format
| HEX | #c0abc5 |
| RGB | rgb(192, 171, 197) |
| HSL | hsl(289, 18%, 72%) |
| CMYK | cmyk(3%, 13%, 0%, 23%) |
| LAB | lab(72.5 12.3 -10.4) |
| LCH | lch(72.5 16.1 319.6) |
| OKLCH | oklch(0.767 0.043 319.7) |
Copy-ready code
/* CSS */
color: #c0abc5;
background-color: #c0abc5;
/* Tailwind (arbitrary) */
class="text-[#c0abc5] bg-[#c0abc5]"
/* SCSS */
$brand: #c0abc5;
/* SwiftUI */
Color(red: 0.753, green: 0.671, blue: 0.773)
/* Android */
Color.parseColor("#c0abc5")Accessibility — WCAG contrast
Aa
#c0abc5 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0abc5 on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green67.1%
Blue77.3%
CMYK percentages
Cyan2.5%
Magenta13.2%
Yellow0.0%
Key (black)22.7%
Color previews
#c0abc5 text on a black background
contrast 9.87:1
Card sample
#c0abc5 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0abc5;
Background color
Panel with #c0abc5 background
background-color: #c0abc5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0abc5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 171, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 171, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0abc5; background: linear-gradient(135deg, #c0abc5, #C5ABB9);