#cfbcee
a light, vivid violet · warm · closest name: plum
RGB
207, 188, 238
HSL
263°, 60%, 84%
CMYK
13, 21, 0, 7
Luminance
0.5540
Every format
| HEX | #cfbcee |
| RGB | rgb(207, 188, 238) |
| HSL | hsl(263, 60%, 84%) |
| CMYK | cmyk(13%, 21%, 0%, 7%) |
| LAB | lab(79.3 16.2 -22.4) |
| LCH | lch(79.3 27.6 306.0) |
| OKLCH | oklch(0.828 0.072 302.2) |
Copy-ready code
/* CSS */
color: #cfbcee;
background-color: #cfbcee;
/* Tailwind (arbitrary) */
class="text-[#cfbcee] bg-[#cfbcee]"
/* SCSS */
$brand: #cfbcee;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.933)
/* Android */
Color.parseColor("#cfbcee")Accessibility — WCAG contrast
Aa
#cfbcee on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbcee on black: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue93.3%
CMYK percentages
Cyan13.0%
Magenta21.0%
Yellow0.0%
Key (black)6.7%
Color previews
#cfbcee text on a black background
contrast 12.08:1
Card sample
#cfbcee text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbcee;
Background color
Panel with #cfbcee background
background-color: #cfbcee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbcee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbcee; background: linear-gradient(135deg, #cfbcee, #EEBCEC);