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