#c5afda
a light, soft violet · warm · closest name: plum
RGB
197, 175, 218
HSL
271°, 37%, 77%
CMYK
10, 20, 0, 15
Luminance
0.4759
Every format
| HEX | #c5afda |
| RGB | rgb(197, 175, 218) |
| HSL | hsl(271, 37%, 77%) |
| CMYK | cmyk(10%, 20%, 0%, 15%) |
| LAB | lab(74.6 15.9 -18.8) |
| LCH | lch(74.6 24.6 310.4) |
| OKLCH | oklch(0.787 0.065 308.0) |
Copy-ready code
/* CSS */
color: #c5afda;
background-color: #c5afda;
/* Tailwind (arbitrary) */
class="text-[#c5afda] bg-[#c5afda]"
/* SCSS */
$brand: #c5afda;
/* SwiftUI */
Color(red: 0.773, green: 0.686, blue: 0.855)
/* Android */
Color.parseColor("#c5afda")Accessibility — WCAG contrast
Aa
#c5afda on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5afda on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green68.6%
Blue85.5%
CMYK percentages
Cyan9.6%
Magenta19.7%
Yellow0.0%
Key (black)14.5%
Color previews
#c5afda text on a black background
contrast 10.52:1
Card sample
#c5afda text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5afda;
Background color
Panel with #c5afda background
background-color: #c5afda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5afda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 175, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 175, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5afda; background: linear-gradient(135deg, #c5afda, #DAAFD2);