#c7aefc
a light, electric violet · warm · closest name: plum
RGB
199, 174, 252
HSL
259°, 93%, 84%
CMYK
21, 31, 0, 1
Luminance
0.4944
Every format
| HEX | #c7aefc |
| RGB | rgb(199, 174, 252) |
| HSL | hsl(259, 93%, 84%) |
| CMYK | cmyk(21%, 31%, 0%, 1%) |
| LAB | lab(75.7 24.4 -35.4) |
| LCH | lch(75.7 43.0 304.6) |
| OKLCH | oklch(0.800 0.111 298.6) |
Copy-ready code
/* CSS */
color: #c7aefc;
background-color: #c7aefc;
/* Tailwind (arbitrary) */
class="text-[#c7aefc] bg-[#c7aefc]"
/* SCSS */
$brand: #c7aefc;
/* SwiftUI */
Color(red: 0.780, green: 0.682, blue: 0.988)
/* Android */
Color.parseColor("#c7aefc")Accessibility — WCAG contrast
Aa
#c7aefc on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7aefc on black: 10.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green68.2%
Blue98.8%
CMYK percentages
Cyan21.0%
Magenta31.0%
Yellow0.0%
Key (black)1.2%
Color previews
#c7aefc text on a black background
contrast 10.89:1
Card sample
#c7aefc text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7aefc;
Background color
Panel with #c7aefc background
background-color: #c7aefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7aefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 174, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 174, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7aefc; background: linear-gradient(135deg, #c7aefc, #FBAEFC);