#c88dfd
a light, electric violet · warm · closest name: violet
RGB
200, 141, 253
HSL
272°, 97%, 77%
CMYK
21, 44, 0, 1
Luminance
0.3842
Every format
| HEX | #c88dfd |
| RGB | rgb(200, 141, 253) |
| HSL | hsl(272, 97%, 77%) |
| CMYK | cmyk(21%, 44%, 0%, 1%) |
| LAB | lab(68.3 43.0 -47.5) |
| LCH | lch(68.3 64.0 312.2) |
| OKLCH | oklch(0.745 0.166 307.1) |
Copy-ready code
/* CSS */
color: #c88dfd;
background-color: #c88dfd;
/* Tailwind (arbitrary) */
class="text-[#c88dfd] bg-[#c88dfd]"
/* SCSS */
$brand: #c88dfd;
/* SwiftUI */
Color(red: 0.784, green: 0.553, blue: 0.992)
/* Android */
Color.parseColor("#c88dfd")Accessibility — WCAG contrast
Aa
#c88dfd on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c88dfd on black: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green55.3%
Blue99.2%
CMYK percentages
Cyan20.9%
Magenta44.3%
Yellow0.0%
Key (black)0.8%
Color previews
#c88dfd text on a black background
contrast 8.68:1
Card sample
#c88dfd text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c88dfd;
Background color
Panel with #c88dfd background
background-color: #c88dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c88dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 141, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 141, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c88dfd; background: linear-gradient(135deg, #c88dfd, #FD8DE7);