#c88dfb
a light, electric violet · warm · closest name: violet
RGB
200, 141, 251
HSL
272°, 93%, 77%
CMYK
20, 44, 0, 2
Luminance
0.3829
Every format
| HEX | #c88dfb |
| RGB | rgb(200, 141, 251) |
| HSL | hsl(272, 93%, 77%) |
| CMYK | cmyk(20%, 44%, 0%, 2%) |
| LAB | lab(68.2 42.5 -46.5) |
| LCH | lch(68.2 63.0 312.4) |
| OKLCH | oklch(0.744 0.164 307.6) |
Copy-ready code
/* CSS */
color: #c88dfb;
background-color: #c88dfb;
/* Tailwind (arbitrary) */
class="text-[#c88dfb] bg-[#c88dfb]"
/* SCSS */
$brand: #c88dfb;
/* SwiftUI */
Color(red: 0.784, green: 0.553, blue: 0.984)
/* Android */
Color.parseColor("#c88dfb")Accessibility — WCAG contrast
Aa
#c88dfb on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c88dfb on black: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green55.3%
Blue98.4%
CMYK percentages
Cyan20.3%
Magenta43.8%
Yellow0.0%
Key (black)1.6%
Color previews
#c88dfb text on a black background
contrast 8.66:1
Card sample
#c88dfb text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c88dfb;
Background color
Panel with #c88dfb background
background-color: #c88dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c88dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 141, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 141, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c88dfb; background: linear-gradient(135deg, #c88dfb, #FB8DE5);