#cc8fdf
a light, vivid violet · warm · closest name: plum
RGB
204, 143, 223
HSL
286°, 56%, 72%
CMYK
9, 36, 0, 13
Luminance
0.3781
Every format
| HEX | #cc8fdf |
| RGB | rgb(204, 143, 223) |
| HSL | hsl(286, 56%, 72%) |
| CMYK | cmyk(9%, 36%, 0%, 13%) |
| LAB | lab(67.9 36.7 -31.7) |
| LCH | lch(67.9 48.5 319.2) |
| OKLCH | oklch(0.738 0.130 317.9) |
Copy-ready code
/* CSS */
color: #cc8fdf;
background-color: #cc8fdf;
/* Tailwind (arbitrary) */
class="text-[#cc8fdf] bg-[#cc8fdf]"
/* SCSS */
$brand: #cc8fdf;
/* SwiftUI */
Color(red: 0.800, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#cc8fdf")Accessibility — WCAG contrast
Aa
#cc8fdf on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc8fdf on black: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green56.1%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#cc8fdf text on a black background
contrast 8.56:1
Card sample
#cc8fdf text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc8fdf;
Background color
Panel with #cc8fdf background
background-color: #cc8fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc8fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc8fdf; background: linear-gradient(135deg, #cc8fdf, #DF8FBD);