#c7aefe
a light, electric violet · warm · closest name: plum
RGB
199, 174, 254
HSL
259°, 98%, 84%
CMYK
22, 32, 0, 0
Luminance
0.4957
Every format
| HEX | #c7aefe |
| RGB | rgb(199, 174, 254) |
| HSL | hsl(259, 98%, 84%) |
| CMYK | cmyk(22%, 32%, 0%, 0%) |
| LAB | lab(75.8 24.9 -36.3) |
| LCH | lch(75.8 44.0 304.4) |
| OKLCH | oklch(0.801 0.114 298.1) |
Copy-ready code
/* CSS */
color: #c7aefe;
background-color: #c7aefe;
/* Tailwind (arbitrary) */
class="text-[#c7aefe] bg-[#c7aefe]"
/* SCSS */
$brand: #c7aefe;
/* SwiftUI */
Color(red: 0.780, green: 0.682, blue: 0.996)
/* Android */
Color.parseColor("#c7aefe")Accessibility — WCAG contrast
Aa
#c7aefe on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7aefe on black: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green68.2%
Blue99.6%
CMYK percentages
Cyan21.7%
Magenta31.5%
Yellow0.0%
Key (black)0.4%
Color previews
#c7aefe text on a black background
contrast 10.91:1
Card sample
#c7aefe text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7aefe;
Background color
Panel with #c7aefe background
background-color: #c7aefe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7aefe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 174, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 174, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7aefe; background: linear-gradient(135deg, #c7aefe, #FCAEFE);