#c7afe2
a light, vivid violet · warm · closest name: plum
RGB
199, 175, 226
HSL
268°, 47%, 79%
CMYK
12, 23, 0, 11
Luminance
0.4829
Every format
| HEX | #c7afe2 |
| RGB | rgb(199, 175, 226) |
| HSL | hsl(268, 47%, 79%) |
| CMYK | cmyk(12%, 23%, 0%, 11%) |
| LAB | lab(75.0 18.2 -22.4) |
| LCH | lch(75.0 28.9 309.1) |
| OKLCH | oklch(0.792 0.075 306.1) |
Copy-ready code
/* CSS */
color: #c7afe2;
background-color: #c7afe2;
/* Tailwind (arbitrary) */
class="text-[#c7afe2] bg-[#c7afe2]"
/* SCSS */
$brand: #c7afe2;
/* SwiftUI */
Color(red: 0.780, green: 0.686, blue: 0.886)
/* Android */
Color.parseColor("#c7afe2")Accessibility — WCAG contrast
Aa
#c7afe2 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7afe2 on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green68.6%
Blue88.6%
CMYK percentages
Cyan11.9%
Magenta22.6%
Yellow0.0%
Key (black)11.4%
Color previews
#c7afe2 text on a black background
contrast 10.66:1
Card sample
#c7afe2 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7afe2;
Background color
Panel with #c7afe2 background
background-color: #c7afe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7afe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 175, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 175, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7afe2; background: linear-gradient(135deg, #c7afe2, #E2AFDB);