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