#cfbfee
a light, vivid violet · warm · closest name: plum
RGB
207, 191, 238
HSL
260°, 58%, 84%
CMYK
13, 20, 0, 7
Luminance
0.5670
Every format
| HEX | #cfbfee |
| RGB | rgb(207, 191, 238) |
| HSL | hsl(260, 58%, 84%) |
| CMYK | cmyk(13%, 20%, 0%, 7%) |
| LAB | lab(80.0 14.6 -21.2) |
| LCH | lch(80.0 25.8 304.5) |
| OKLCH | oklch(0.833 0.067 300.5) |
Copy-ready code
/* CSS */
color: #cfbfee;
background-color: #cfbfee;
/* Tailwind (arbitrary) */
class="text-[#cfbfee] bg-[#cfbfee]"
/* SCSS */
$brand: #cfbfee;
/* SwiftUI */
Color(red: 0.812, green: 0.749, blue: 0.933)
/* Android */
Color.parseColor("#cfbfee")Accessibility — WCAG contrast
Aa
#cfbfee on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbfee on black: 12.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.9%
Blue93.3%
CMYK percentages
Cyan13.0%
Magenta19.7%
Yellow0.0%
Key (black)6.7%
Color previews
#cfbfee text on a black background
contrast 12.34:1
Card sample
#cfbfee text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbfee;
Background color
Panel with #cfbfee background
background-color: #cfbfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 191, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 191, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbfee; background: linear-gradient(135deg, #cfbfee, #EEBFEE);