#cfbcdf
a light, soft violet · warm · closest name: lavender
RGB
207, 188, 223
HSL
273°, 35%, 81%
CMYK
7, 16, 0, 13
Luminance
0.5456
Every format
| HEX | #cfbcdf |
| RGB | rgb(207, 188, 223) |
| HSL | hsl(273, 35%, 81%) |
| CMYK | cmyk(7%, 16%, 0%, 13%) |
| LAB | lab(78.8 13.2 -15.0) |
| LCH | lch(78.8 20.0 311.2) |
| OKLCH | oklch(0.822 0.052 309.6) |
Copy-ready code
/* CSS */
color: #cfbcdf;
background-color: #cfbcdf;
/* Tailwind (arbitrary) */
class="text-[#cfbcdf] bg-[#cfbcdf]"
/* SCSS */
$brand: #cfbcdf;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#cfbcdf")Accessibility — WCAG contrast
Aa
#cfbcdf on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbcdf on black: 11.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#cfbcdf text on a black background
contrast 11.91:1
Card sample
#cfbcdf text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbcdf;
Background color
Panel with #cfbcdf background
background-color: #cfbcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbcdf; background: linear-gradient(135deg, #cfbcdf, #DFBCD8);