#c5afec
a light, vivid violet · warm · closest name: plum
RGB
197, 175, 236
HSL
262°, 62%, 81%
CMYK
17, 26, 0, 8
Luminance
0.4859
Every format
| HEX | #c5afec |
| RGB | rgb(197, 175, 236) |
| HSL | hsl(262, 62%, 81%) |
| CMYK | cmyk(17%, 26%, 0%, 8%) |
| LAB | lab(75.2 19.7 -27.6) |
| LCH | lch(75.2 33.9 305.6) |
| OKLCH | oklch(0.794 0.088 300.9) |
Copy-ready code
/* CSS */
color: #c5afec;
background-color: #c5afec;
/* Tailwind (arbitrary) */
class="text-[#c5afec] bg-[#c5afec]"
/* SCSS */
$brand: #c5afec;
/* SwiftUI */
Color(red: 0.773, green: 0.686, blue: 0.925)
/* Android */
Color.parseColor("#c5afec")Accessibility — WCAG contrast
Aa
#c5afec on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5afec on black: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green68.6%
Blue92.5%
CMYK percentages
Cyan16.5%
Magenta25.8%
Yellow0.0%
Key (black)7.5%
Color previews
#c5afec text on a black background
contrast 10.72:1
Card sample
#c5afec text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5afec;
Background color
Panel with #c5afec background
background-color: #c5afec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5afec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 175, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 175, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5afec; background: linear-gradient(135deg, #c5afec, #ECAFEA);