#cfbcfd
a pale, electric violet · warm · closest name: plum
RGB
207, 188, 253
HSL
258°, 94%, 87%
CMYK
18, 26, 0, 1
Luminance
0.5632
Every format
| HEX | #cfbcfd |
| RGB | rgb(207, 188, 253) |
| HSL | hsl(258, 94%, 87%) |
| CMYK | cmyk(18%, 26%, 0%, 1%) |
| LAB | lab(79.8 19.4 -29.6) |
| LCH | lch(79.8 35.4 303.2) |
| OKLCH | oklch(0.833 0.092 297.8) |
Copy-ready code
/* CSS */
color: #cfbcfd;
background-color: #cfbcfd;
/* Tailwind (arbitrary) */
class="text-[#cfbcfd] bg-[#cfbcfd]"
/* SCSS */
$brand: #cfbcfd;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.992)
/* Android */
Color.parseColor("#cfbcfd")Accessibility — WCAG contrast
Aa
#cfbcfd on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbcfd on black: 12.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta25.7%
Yellow0.0%
Key (black)0.8%
Color previews
#cfbcfd text on a black background
contrast 12.26:1
Card sample
#cfbcfd text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbcfd;
Background color
Panel with #cfbcfd background
background-color: #cfbcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbcfd; background: linear-gradient(135deg, #cfbcfd, #FABCFD);