#c1afec
a light, vivid violet · warm · closest name: plum
RGB
193, 175, 236
HSL
258°, 62%, 81%
CMYK
18, 26, 0, 8
Luminance
0.4805
Every format
| HEX | #c1afec |
| RGB | rgb(193, 175, 236) |
| HSL | hsl(258, 62%, 81%) |
| CMYK | cmyk(18%, 26%, 0%, 8%) |
| LAB | lab(74.9 18.5 -28.1) |
| LCH | lch(74.9 33.7 303.4) |
| OKLCH | oklch(0.790 0.087 297.9) |
Copy-ready code
/* CSS */
color: #c1afec;
background-color: #c1afec;
/* Tailwind (arbitrary) */
class="text-[#c1afec] bg-[#c1afec]"
/* SCSS */
$brand: #c1afec;
/* SwiftUI */
Color(red: 0.757, green: 0.686, blue: 0.925)
/* Android */
Color.parseColor("#c1afec")Accessibility — WCAG contrast
Aa
#c1afec on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1afec on black: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green68.6%
Blue92.5%
CMYK percentages
Cyan18.2%
Magenta25.8%
Yellow0.0%
Key (black)7.5%
Color previews
#c1afec text on a black background
contrast 10.61:1
Card sample
#c1afec text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1afec;
Background color
Panel with #c1afec background
background-color: #c1afec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1afec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 175, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 175, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1afec; background: linear-gradient(135deg, #c1afec, #EAAFEC);