#cfbcd7
a light, soft violet · warm · closest name: lavender
RGB
207, 188, 215
HSL
282°, 25%, 79%
CMYK
4, 13, 0, 16
Luminance
0.5414
Every format
| HEX | #cfbcd7 |
| RGB | rgb(207, 188, 215) |
| HSL | hsl(282, 25%, 79%) |
| CMYK | cmyk(4%, 13%, 0%, 16%) |
| LAB | lab(78.5 11.6 -11.1) |
| LCH | lch(78.5 16.0 316.4) |
| OKLCH | oklch(0.819 0.043 316.0) |
Copy-ready code
/* CSS */
color: #cfbcd7;
background-color: #cfbcd7;
/* Tailwind (arbitrary) */
class="text-[#cfbcd7] bg-[#cfbcd7]"
/* SCSS */
$brand: #cfbcd7;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.843)
/* Android */
Color.parseColor("#cfbcd7")Accessibility — WCAG contrast
Aa
#cfbcd7 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbcd7 on black: 11.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue84.3%
CMYK percentages
Cyan3.7%
Magenta12.6%
Yellow0.0%
Key (black)15.7%
Color previews
#cfbcd7 text on a black background
contrast 11.83:1
Card sample
#cfbcd7 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbcd7;
Background color
Panel with #cfbcd7 background
background-color: #cfbcd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbcd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbcd7; background: linear-gradient(135deg, #cfbcd7, #D7BCCD);