#c0afcc
a light, soft violet · warm · closest name: silver
RGB
192, 175, 204
HSL
275°, 22%, 74%
CMYK
6, 14, 0, 20
Luminance
0.4623
Every format
| HEX | #c0afcc |
| RGB | rgb(192, 175, 204) |
| HSL | hsl(275, 22%, 74%) |
| CMYK | cmyk(6%, 14%, 0%, 20%) |
| LAB | lab(73.7 11.5 -12.5) |
| LCH | lch(73.7 16.9 312.6) |
| OKLCH | oklch(0.778 0.045 311.4) |
Copy-ready code
/* CSS */
color: #c0afcc;
background-color: #c0afcc;
/* Tailwind (arbitrary) */
class="text-[#c0afcc] bg-[#c0afcc]"
/* SCSS */
$brand: #c0afcc;
/* SwiftUI */
Color(red: 0.753, green: 0.686, blue: 0.800)
/* Android */
Color.parseColor("#c0afcc")Accessibility — WCAG contrast
Aa
#c0afcc on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0afcc on black: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green68.6%
Blue80.0%
CMYK percentages
Cyan5.9%
Magenta14.2%
Yellow0.0%
Key (black)20.0%
Color previews
#c0afcc text on a black background
contrast 10.25:1
Card sample
#c0afcc text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0afcc;
Background color
Panel with #c0afcc background
background-color: #c0afcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0afcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 175, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 175, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0afcc; background: linear-gradient(135deg, #c0afcc, #CCAFC5);