#cfacfd
a light, electric violet · warm · closest name: plum
RGB
207, 172, 253
HSL
266°, 95%, 83%
CMYK
18, 32, 0, 1
Luminance
0.4986
Every format
| HEX | #cfacfd |
| RGB | rgb(207, 172, 253) |
| HSL | hsl(266, 95%, 83%) |
| CMYK | cmyk(18%, 32%, 0%, 1%) |
| LAB | lab(76.0 28.1 -35.5) |
| LCH | lch(76.0 45.3 308.4) |
| OKLCH | oklch(0.804 0.117 303.7) |
Copy-ready code
/* CSS */
color: #cfacfd;
background-color: #cfacfd;
/* Tailwind (arbitrary) */
class="text-[#cfacfd] bg-[#cfacfd]"
/* SCSS */
$brand: #cfacfd;
/* SwiftUI */
Color(red: 0.812, green: 0.675, blue: 0.992)
/* Android */
Color.parseColor("#cfacfd")Accessibility — WCAG contrast
Aa
#cfacfd on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfacfd on black: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.5%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta32.0%
Yellow0.0%
Key (black)0.8%
Color previews
#cfacfd text on a black background
contrast 10.97:1
Card sample
#cfacfd text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfacfd;
Background color
Panel with #cfacfd background
background-color: #cfacfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfacfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 172, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 172, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfacfd; background: linear-gradient(135deg, #cfacfd, #FDACF5);