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