#c5afcc
a light, soft violet · warm · closest name: silver
RGB
197, 175, 204
HSL
286°, 22%, 74%
CMYK
3, 14, 0, 20
Luminance
0.4689
Every format
| HEX | #c5afcc |
| RGB | rgb(197, 175, 204) |
| HSL | hsl(286, 22%, 74%) |
| CMYK | cmyk(3%, 14%, 0%, 20%) |
| LAB | lab(74.1 13.2 -11.8) |
| LCH | lch(74.1 17.7 318.2) |
| OKLCH | oklch(0.782 0.047 318.0) |
Copy-ready code
/* CSS */
color: #c5afcc;
background-color: #c5afcc;
/* Tailwind (arbitrary) */
class="text-[#c5afcc] bg-[#c5afcc]"
/* SCSS */
$brand: #c5afcc;
/* SwiftUI */
Color(red: 0.773, green: 0.686, blue: 0.800)
/* Android */
Color.parseColor("#c5afcc")Accessibility — WCAG contrast
Aa
#c5afcc on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5afcc on black: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green68.6%
Blue80.0%
CMYK percentages
Cyan3.4%
Magenta14.2%
Yellow0.0%
Key (black)20.0%
Color previews
#c5afcc text on a black background
contrast 10.38:1
Card sample
#c5afcc text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5afcc;
Background color
Panel with #c5afcc background
background-color: #c5afcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5afcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 175, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 175, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5afcc; background: linear-gradient(135deg, #c5afcc, #CCAFC0);