#c7afec
a light, vivid violet · warm · closest name: plum
RGB
199, 175, 236
HSL
264°, 62%, 81%
CMYK
16, 26, 0, 8
Luminance
0.4886
Every format
| HEX | #c7afec |
| RGB | rgb(199, 175, 236) |
| HSL | hsl(264, 62%, 81%) |
| CMYK | cmyk(16%, 26%, 0%, 8%) |
| LAB | lab(75.4 20.4 -27.3) |
| LCH | lch(75.4 34.1 306.7) |
| OKLCH | oklch(0.795 0.088 302.4) |
Copy-ready code
/* CSS */
color: #c7afec;
background-color: #c7afec;
/* Tailwind (arbitrary) */
class="text-[#c7afec] bg-[#c7afec]"
/* SCSS */
$brand: #c7afec;
/* SwiftUI */
Color(red: 0.780, green: 0.686, blue: 0.925)
/* Android */
Color.parseColor("#c7afec")Accessibility — WCAG contrast
Aa
#c7afec on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7afec on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green68.6%
Blue92.5%
CMYK percentages
Cyan15.7%
Magenta25.8%
Yellow0.0%
Key (black)7.5%
Color previews
#c7afec text on a black background
contrast 10.77:1
Card sample
#c7afec text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7afec;
Background color
Panel with #c7afec background
background-color: #c7afec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7afec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 175, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 175, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7afec; background: linear-gradient(135deg, #c7afec, #ECAFE8);