#c7aef8
a light, electric violet · warm · closest name: plum
RGB
199, 174, 248
HSL
260°, 84%, 83%
CMYK
20, 30, 0, 3
Luminance
0.4919
Every format
| HEX | #c7aef8 |
| RGB | rgb(199, 174, 248) |
| HSL | hsl(260, 84%, 83%) |
| CMYK | cmyk(20%, 30%, 0%, 3%) |
| LAB | lab(75.6 23.5 -33.5) |
| LCH | lch(75.6 40.9 305.1) |
| OKLCH | oklch(0.799 0.106 299.5) |
Copy-ready code
/* CSS */
color: #c7aef8;
background-color: #c7aef8;
/* Tailwind (arbitrary) */
class="text-[#c7aef8] bg-[#c7aef8]"
/* SCSS */
$brand: #c7aef8;
/* SwiftUI */
Color(red: 0.780, green: 0.682, blue: 0.973)
/* Android */
Color.parseColor("#c7aef8")Accessibility — WCAG contrast
Aa
#c7aef8 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7aef8 on black: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green68.2%
Blue97.3%
CMYK percentages
Cyan19.8%
Magenta29.8%
Yellow0.0%
Key (black)2.7%
Color previews
#c7aef8 text on a black background
contrast 10.84:1
Card sample
#c7aef8 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7aef8;
Background color
Panel with #c7aef8 background
background-color: #c7aef8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7aef8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 174, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 174, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7aef8; background: linear-gradient(135deg, #c7aef8, #F8AEF8);