#c88eee
a light, vivid violet · warm · closest name: violet
RGB
200, 142, 238
HSL
276°, 74%, 75%
CMYK
16, 40, 0, 7
Luminance
0.3780
Every format
| HEX | #c88eee |
| RGB | rgb(200, 142, 238) |
| HSL | hsl(276, 74%, 75%) |
| CMYK | cmyk(16%, 40%, 0%, 7%) |
| LAB | lab(67.9 39.2 -40.0) |
| LCH | lch(67.9 56.0 314.4) |
| OKLCH | oklch(0.739 0.147 311.0) |
Copy-ready code
/* CSS */
color: #c88eee;
background-color: #c88eee;
/* Tailwind (arbitrary) */
class="text-[#c88eee] bg-[#c88eee]"
/* SCSS */
$brand: #c88eee;
/* SwiftUI */
Color(red: 0.784, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#c88eee")Accessibility — WCAG contrast
Aa
#c88eee on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c88eee on black: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green55.7%
Blue93.3%
CMYK percentages
Cyan16.0%
Magenta40.3%
Yellow0.0%
Key (black)6.7%
Color previews
#c88eee text on a black background
contrast 8.56:1
Card sample
#c88eee text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c88eee;
Background color
Panel with #c88eee background
background-color: #c88eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c88eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c88eee; background: linear-gradient(135deg, #c88eee, #EE8ED4);