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