#c388cf
a light, soft violet · warm · closest name: plum
RGB
195, 136, 207
HSL
290°, 43%, 67%
CMYK
6, 34, 0, 19
Luminance
0.3372
Every format
| HEX | #c388cf |
| RGB | rgb(195, 136, 207) |
| HSL | hsl(290, 43%, 67%) |
| CMYK | cmyk(6%, 34%, 0%, 19%) |
| LAB | lab(64.7 34.5 -27.7) |
| LCH | lch(64.7 44.3 321.3) |
| OKLCH | oklch(0.710 0.119 320.7) |
Copy-ready code
/* CSS */
color: #c388cf;
background-color: #c388cf;
/* Tailwind (arbitrary) */
class="text-[#c388cf] bg-[#c388cf]"
/* SCSS */
$brand: #c388cf;
/* SwiftUI */
Color(red: 0.765, green: 0.533, blue: 0.812)
/* Android */
Color.parseColor("#c388cf")Accessibility — WCAG contrast
Aa
#c388cf on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c388cf on black: 7.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green53.3%
Blue81.2%
CMYK percentages
Cyan5.8%
Magenta34.3%
Yellow0.0%
Key (black)18.8%
Color previews
#c388cf text on a black background
contrast 7.74:1
Card sample
#c388cf text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c388cf;
Background color
Panel with #c388cf background
background-color: #c388cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c388cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 136, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 136, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c388cf; background: linear-gradient(135deg, #c388cf, #CF88AC);