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