#cf8bdf
a light, vivid violet · warm · closest name: plum
RGB
207, 139, 223
HSL
289°, 57%, 71%
CMYK
7, 38, 0, 13
Luminance
0.3706
Every format
| HEX | #cf8bdf |
| RGB | rgb(207, 139, 223) |
| HSL | hsl(289, 57%, 71%) |
| CMYK | cmyk(7%, 38%, 0%, 13%) |
| LAB | lab(67.3 39.8 -32.5) |
| LCH | lch(67.3 51.4 320.8) |
| OKLCH | oklch(0.734 0.138 319.8) |
Copy-ready code
/* CSS */
color: #cf8bdf;
background-color: #cf8bdf;
/* Tailwind (arbitrary) */
class="text-[#cf8bdf] bg-[#cf8bdf]"
/* SCSS */
$brand: #cf8bdf;
/* SwiftUI */
Color(red: 0.812, green: 0.545, blue: 0.875)
/* Android */
Color.parseColor("#cf8bdf")Accessibility — WCAG contrast
Aa
#cf8bdf on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8bdf on black: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green54.5%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta37.7%
Yellow0.0%
Key (black)12.5%
Color previews
#cf8bdf text on a black background
contrast 8.41:1
Card sample
#cf8bdf text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8bdf;
Background color
Panel with #cf8bdf background
background-color: #cf8bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 139, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 139, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8bdf; background: linear-gradient(135deg, #cf8bdf, #DF8BB7);