#cf93df
a light, vivid violet · warm · closest name: plum
RGB
207, 147, 223
HSL
287°, 54%, 73%
CMYK
7, 34, 0, 13
Luminance
0.3946
Every format
| HEX | #cf93df |
| RGB | rgb(207, 147, 223) |
| HSL | hsl(287, 54%, 73%) |
| CMYK | cmyk(7%, 34%, 0%, 13%) |
| LAB | lab(69.1 35.5 -29.8) |
| LCH | lch(69.1 46.3 320.0) |
| OKLCH | oklch(0.748 0.124 319.0) |
Copy-ready code
/* CSS */
color: #cf93df;
background-color: #cf93df;
/* Tailwind (arbitrary) */
class="text-[#cf93df] bg-[#cf93df]"
/* SCSS */
$brand: #cf93df;
/* SwiftUI */
Color(red: 0.812, green: 0.576, blue: 0.875)
/* Android */
Color.parseColor("#cf93df")Accessibility — WCAG contrast
Aa
#cf93df on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf93df on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green57.6%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta34.1%
Yellow0.0%
Key (black)12.5%
Color previews
#cf93df text on a black background
contrast 8.89:1
Card sample
#cf93df text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf93df;
Background color
Panel with #cf93df background
background-color: #cf93df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf93df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 147, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 147, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf93df; background: linear-gradient(135deg, #cf93df, #DF93BC);