#cfbcd8
a light, soft violet · warm · closest name: lavender
RGB
207, 188, 216
HSL
281°, 26%, 79%
CMYK
4, 13, 0, 15
Luminance
0.5419
Every format
| HEX | #cfbcd8 |
| RGB | rgb(207, 188, 216) |
| HSL | hsl(281, 26%, 79%) |
| CMYK | cmyk(4%, 13%, 0%, 15%) |
| LAB | lab(78.6 11.8 -11.6) |
| LCH | lch(78.6 16.5 315.6) |
| OKLCH | oklch(0.820 0.044 315.0) |
Copy-ready code
/* CSS */
color: #cfbcd8;
background-color: #cfbcd8;
/* Tailwind (arbitrary) */
class="text-[#cfbcd8] bg-[#cfbcd8]"
/* SCSS */
$brand: #cfbcd8;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.847)
/* Android */
Color.parseColor("#cfbcd8")Accessibility — WCAG contrast
Aa
#cfbcd8 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbcd8 on black: 11.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue84.7%
CMYK percentages
Cyan4.2%
Magenta13.0%
Yellow0.0%
Key (black)15.3%
Color previews
#cfbcd8 text on a black background
contrast 11.84:1
Card sample
#cfbcd8 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbcd8;
Background color
Panel with #cfbcd8 background
background-color: #cfbcd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbcd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbcd8; background: linear-gradient(135deg, #cfbcd8, #D8BCCE);