#c88feb
a light, vivid violet · warm · closest name: plum
RGB
200, 143, 235
HSL
277°, 70%, 74%
CMYK
15, 39, 0, 8
Luminance
0.3792
Every format
| HEX | #c88feb |
| RGB | rgb(200, 143, 235) |
| HSL | hsl(277, 70%, 74%) |
| CMYK | cmyk(15%, 39%, 0%, 8%) |
| LAB | lab(68.0 38.0 -38.2) |
| LCH | lch(68.0 53.9 314.9) |
| OKLCH | oklch(0.739 0.141 311.7) |
Copy-ready code
/* CSS */
color: #c88feb;
background-color: #c88feb;
/* Tailwind (arbitrary) */
class="text-[#c88feb] bg-[#c88feb]"
/* SCSS */
$brand: #c88feb;
/* SwiftUI */
Color(red: 0.784, green: 0.561, blue: 0.922)
/* Android */
Color.parseColor("#c88feb")Accessibility — WCAG contrast
Aa
#c88feb on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c88feb on black: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green56.1%
Blue92.2%
CMYK percentages
Cyan14.9%
Magenta39.1%
Yellow0.0%
Key (black)7.8%
Color previews
#c88feb text on a black background
contrast 8.58:1
Card sample
#c88feb text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c88feb;
Background color
Panel with #c88feb background
background-color: #c88feb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c88feb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 143, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 143, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c88feb; background: linear-gradient(135deg, #c88feb, #EB8FD1);