#cfbfed
a light, vivid violet · warm · closest name: plum
RGB
207, 191, 237
HSL
261°, 56%, 84%
CMYK
13, 19, 0, 7
Luminance
0.5664
Every format
| HEX | #cfbfed |
| RGB | rgb(207, 191, 237) |
| HSL | hsl(261, 56%, 84%) |
| CMYK | cmyk(13%, 19%, 0%, 7%) |
| LAB | lab(80.0 14.4 -20.7) |
| LCH | lch(80.0 25.2 304.7) |
| OKLCH | oklch(0.833 0.066 300.9) |
Copy-ready code
/* CSS */
color: #cfbfed;
background-color: #cfbfed;
/* Tailwind (arbitrary) */
class="text-[#cfbfed] bg-[#cfbfed]"
/* SCSS */
$brand: #cfbfed;
/* SwiftUI */
Color(red: 0.812, green: 0.749, blue: 0.929)
/* Android */
Color.parseColor("#cfbfed")Accessibility — WCAG contrast
Aa
#cfbfed on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbfed on black: 12.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.9%
Blue92.9%
CMYK percentages
Cyan12.7%
Magenta19.4%
Yellow0.0%
Key (black)7.1%
Color previews
#cfbfed text on a black background
contrast 12.33:1
Card sample
#cfbfed text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbfed;
Background color
Panel with #cfbfed background
background-color: #cfbfed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbfed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 191, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 191, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbfed; background: linear-gradient(135deg, #cfbfed, #EDBFEC);