#cf8fdf
a light, vivid violet · warm · closest name: plum
RGB
207, 143, 223
HSL
288°, 56%, 72%
CMYK
7, 36, 0, 13
Luminance
0.3824
Every format
| HEX | #cf8fdf |
| RGB | rgb(207, 143, 223) |
| HSL | hsl(288, 56%, 72%) |
| CMYK | cmyk(7%, 36%, 0%, 13%) |
| LAB | lab(68.2 37.6 -31.1) |
| LCH | lch(68.2 48.9 320.4) |
| OKLCH | oklch(0.741 0.131 319.4) |
Copy-ready code
/* CSS */
color: #cf8fdf;
background-color: #cf8fdf;
/* Tailwind (arbitrary) */
class="text-[#cf8fdf] bg-[#cf8fdf]"
/* SCSS */
$brand: #cf8fdf;
/* SwiftUI */
Color(red: 0.812, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#cf8fdf")Accessibility — WCAG contrast
Aa
#cf8fdf on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8fdf on black: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green56.1%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#cf8fdf text on a black background
contrast 8.65:1
Card sample
#cf8fdf text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8fdf;
Background color
Panel with #cf8fdf background
background-color: #cf8fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8fdf; background: linear-gradient(135deg, #cf8fdf, #DF8FBA);