#cfbfec
a light, vivid violet · warm · closest name: lavender
RGB
207, 191, 236
HSL
261°, 54%, 84%
CMYK
12, 19, 0, 8
Luminance
0.5658
Every format
| HEX | #cfbfec |
| RGB | rgb(207, 191, 236) |
| HSL | hsl(261, 54%, 84%) |
| CMYK | cmyk(12%, 19%, 0%, 8%) |
| LAB | lab(79.9 14.2 -20.3) |
| LCH | lch(79.9 24.7 305.0) |
| OKLCH | oklch(0.833 0.064 301.2) |
Copy-ready code
/* CSS */
color: #cfbfec;
background-color: #cfbfec;
/* Tailwind (arbitrary) */
class="text-[#cfbfec] bg-[#cfbfec]"
/* SCSS */
$brand: #cfbfec;
/* SwiftUI */
Color(red: 0.812, green: 0.749, blue: 0.925)
/* Android */
Color.parseColor("#cfbfec")Accessibility — WCAG contrast
Aa
#cfbfec on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbfec on black: 12.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.9%
Blue92.5%
CMYK percentages
Cyan12.3%
Magenta19.1%
Yellow0.0%
Key (black)7.5%
Color previews
#cfbfec text on a black background
contrast 12.32:1
Card sample
#cfbfec text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbfec;
Background color
Panel with #cfbfec background
background-color: #cfbfec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbfec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 191, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 191, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbfec; background: linear-gradient(135deg, #cfbfec, #ECBFEB);