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