#cf93dc
a light, vivid violet · warm · closest name: plum
RGB
207, 147, 220
HSL
289°, 51%, 72%
CMYK
6, 33, 0, 14
Luminance
0.3930
Every format
| HEX | #cf93dc |
| RGB | rgb(207, 147, 220) |
| HSL | hsl(289, 51%, 72%) |
| CMYK | cmyk(6%, 33%, 0%, 14%) |
| LAB | lab(69.0 34.9 -28.3) |
| LCH | lch(69.0 44.9 321.0) |
| OKLCH | oklch(0.746 0.121 320.3) |
Copy-ready code
/* CSS */
color: #cf93dc;
background-color: #cf93dc;
/* Tailwind (arbitrary) */
class="text-[#cf93dc] bg-[#cf93dc]"
/* SCSS */
$brand: #cf93dc;
/* SwiftUI */
Color(red: 0.812, green: 0.576, blue: 0.863)
/* Android */
Color.parseColor("#cf93dc")Accessibility — WCAG contrast
Aa
#cf93dc on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf93dc on black: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green57.6%
Blue86.3%
CMYK percentages
Cyan5.9%
Magenta33.2%
Yellow0.0%
Key (black)13.7%
Color previews
#cf93dc text on a black background
contrast 8.86:1
Card sample
#cf93dc text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf93dc;
Background color
Panel with #cf93dc background
background-color: #cf93dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf93dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 147, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 147, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf93dc; background: linear-gradient(135deg, #cf93dc, #DC93B8);