#c7afee
a light, vivid violet · warm · closest name: plum
RGB
199, 175, 238
HSL
263°, 65%, 81%
CMYK
16, 27, 0, 7
Luminance
0.4898
Every format
| HEX | #c7afee |
| RGB | rgb(199, 175, 238) |
| HSL | hsl(263, 65%, 81%) |
| CMYK | cmyk(16%, 27%, 0%, 7%) |
| LAB | lab(75.4 20.8 -28.3) |
| LCH | lch(75.4 35.1 306.3) |
| OKLCH | oklch(0.796 0.091 301.8) |
Copy-ready code
/* CSS */
color: #c7afee;
background-color: #c7afee;
/* Tailwind (arbitrary) */
class="text-[#c7afee] bg-[#c7afee]"
/* SCSS */
$brand: #c7afee;
/* SwiftUI */
Color(red: 0.780, green: 0.686, blue: 0.933)
/* Android */
Color.parseColor("#c7afee")Accessibility — WCAG contrast
Aa
#c7afee on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7afee on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green68.6%
Blue93.3%
CMYK percentages
Cyan16.4%
Magenta26.5%
Yellow0.0%
Key (black)6.7%
Color previews
#c7afee text on a black background
contrast 10.80:1
Card sample
#c7afee text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7afee;
Background color
Panel with #c7afee background
background-color: #c7afee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7afee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 175, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 175, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7afee; background: linear-gradient(135deg, #c7afee, #EEAFEB);