#cf9cfd
a light, electric violet · warm · closest name: plum
RGB
207, 156, 253
HSL
272°, 96%, 80%
CMYK
18, 38, 0, 1
Luminance
0.4413
Every format
| HEX | #cf9cfd |
| RGB | rgb(207, 156, 253) |
| HSL | hsl(272, 96%, 80%) |
| CMYK | cmyk(18%, 38%, 0%, 1%) |
| LAB | lab(72.3 36.9 -41.2) |
| LCH | lch(72.3 55.3 311.8) |
| OKLCH | oklch(0.776 0.144 307.5) |
Copy-ready code
/* CSS */
color: #cf9cfd;
background-color: #cf9cfd;
/* Tailwind (arbitrary) */
class="text-[#cf9cfd] bg-[#cf9cfd]"
/* SCSS */
$brand: #cf9cfd;
/* SwiftUI */
Color(red: 0.812, green: 0.612, blue: 0.992)
/* Android */
Color.parseColor("#cf9cfd")Accessibility — WCAG contrast
Aa
#cf9cfd on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9cfd on black: 9.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green61.2%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta38.3%
Yellow0.0%
Key (black)0.8%
Color previews
#cf9cfd text on a black background
contrast 9.83:1
Card sample
#cf9cfd text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9cfd;
Background color
Panel with #cf9cfd background
background-color: #cf9cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 156, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 156, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9cfd; background: linear-gradient(135deg, #cf9cfd, #FD9CEA);