#c9afdf
a light, soft violet · warm · closest name: plum
RGB
201, 175, 223
HSL
273°, 43%, 78%
CMYK
10, 22, 0, 13
Luminance
0.4841
Every format
| HEX | #c9afdf |
| RGB | rgb(201, 175, 223) |
| HSL | hsl(273, 43%, 78%) |
| CMYK | cmyk(10%, 22%, 0%, 13%) |
| LAB | lab(75.1 18.3 -20.7) |
| LCH | lch(75.1 27.6 311.5) |
| OKLCH | oklch(0.792 0.072 309.2) |
Copy-ready code
/* CSS */
color: #c9afdf;
background-color: #c9afdf;
/* Tailwind (arbitrary) */
class="text-[#c9afdf] bg-[#c9afdf]"
/* SCSS */
$brand: #c9afdf;
/* SwiftUI */
Color(red: 0.788, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#c9afdf")Accessibility — WCAG contrast
Aa
#c9afdf on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9afdf on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green68.6%
Blue87.5%
CMYK percentages
Cyan9.9%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#c9afdf text on a black background
contrast 10.68:1
Card sample
#c9afdf text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9afdf;
Background color
Panel with #c9afdf background
background-color: #c9afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9afdf; background: linear-gradient(135deg, #c9afdf, #DFAFD5);