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