#c7aef3
a light, vivid violet · warm · closest name: plum
RGB
199, 174, 243
HSL
262°, 74%, 82%
CMYK
18, 28, 0, 5
Luminance
0.4889
Every format
| HEX | #c7aef3 |
| RGB | rgb(199, 174, 243) |
| HSL | hsl(262, 74%, 82%) |
| CMYK | cmyk(18%, 28%, 0%, 5%) |
| LAB | lab(75.4 22.4 -31.1) |
| LCH | lch(75.4 38.3 305.8) |
| OKLCH | oklch(0.796 0.099 300.8) |
Copy-ready code
/* CSS */
color: #c7aef3;
background-color: #c7aef3;
/* Tailwind (arbitrary) */
class="text-[#c7aef3] bg-[#c7aef3]"
/* SCSS */
$brand: #c7aef3;
/* SwiftUI */
Color(red: 0.780, green: 0.682, blue: 0.953)
/* Android */
Color.parseColor("#c7aef3")Accessibility — WCAG contrast
Aa
#c7aef3 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7aef3 on black: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green68.2%
Blue95.3%
CMYK percentages
Cyan18.1%
Magenta28.4%
Yellow0.0%
Key (black)4.7%
Color previews
#c7aef3 text on a black background
contrast 10.78:1
Card sample
#c7aef3 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7aef3;
Background color
Panel with #c7aef3 background
background-color: #c7aef3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7aef3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 174, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 174, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7aef3; background: linear-gradient(135deg, #c7aef3, #F3AEF1);