#c5afdf
a light, soft violet · warm · closest name: plum
RGB
197, 175, 223
HSL
268°, 43%, 78%
CMYK
12, 22, 0, 13
Luminance
0.4786
Every format
| HEX | #c5afdf |
| RGB | rgb(197, 175, 223) |
| HSL | hsl(268, 43%, 78%) |
| CMYK | cmyk(12%, 22%, 0%, 13%) |
| LAB | lab(74.7 17.0 -21.2) |
| LCH | lch(74.7 27.2 308.7) |
| OKLCH | oklch(0.789 0.071 305.6) |
Copy-ready code
/* CSS */
color: #c5afdf;
background-color: #c5afdf;
/* Tailwind (arbitrary) */
class="text-[#c5afdf] bg-[#c5afdf]"
/* SCSS */
$brand: #c5afdf;
/* SwiftUI */
Color(red: 0.773, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#c5afdf")Accessibility — WCAG contrast
Aa
#c5afdf on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5afdf on black: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green68.6%
Blue87.5%
CMYK percentages
Cyan11.7%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#c5afdf text on a black background
contrast 10.57:1
Card sample
#c5afdf text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5afdf;
Background color
Panel with #c5afdf background
background-color: #c5afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5afdf; background: linear-gradient(135deg, #c5afdf, #DFAFD9);