#cfbceb
a light, vivid violet · warm · closest name: plum
RGB
207, 188, 235
HSL
264°, 54%, 83%
CMYK
12, 20, 0, 8
Luminance
0.5523
Every format
| HEX | #cfbceb |
| RGB | rgb(207, 188, 235) |
| HSL | hsl(264, 54%, 83%) |
| CMYK | cmyk(12%, 20%, 0%, 8%) |
| LAB | lab(79.2 15.6 -20.9) |
| LCH | lch(79.2 26.1 306.7) |
| OKLCH | oklch(0.826 0.068 303.4) |
Copy-ready code
/* CSS */
color: #cfbceb;
background-color: #cfbceb;
/* Tailwind (arbitrary) */
class="text-[#cfbceb] bg-[#cfbceb]"
/* SCSS */
$brand: #cfbceb;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#cfbceb")Accessibility — WCAG contrast
Aa
#cfbceb on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbceb on black: 12.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#cfbceb text on a black background
contrast 12.05:1
Card sample
#cfbceb text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbceb;
Background color
Panel with #cfbceb background
background-color: #cfbceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbceb; background: linear-gradient(135deg, #cfbceb, #EBBCE8);