#cfbad7
a light, soft violet · warm · closest name: lavender
RGB
207, 186, 215
HSL
283°, 27%, 79%
CMYK
4, 14, 0, 16
Luminance
0.5329
Every format
| HEX | #cfbad7 |
| RGB | rgb(207, 186, 215) |
| HSL | hsl(283, 27%, 79%) |
| CMYK | cmyk(4%, 14%, 0%, 16%) |
| LAB | lab(78.0 12.7 -11.8) |
| LCH | lch(78.0 17.3 317.1) |
| OKLCH | oklch(0.816 0.046 316.7) |
Copy-ready code
/* CSS */
color: #cfbad7;
background-color: #cfbad7;
/* Tailwind (arbitrary) */
class="text-[#cfbad7] bg-[#cfbad7]"
/* SCSS */
$brand: #cfbad7;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.843)
/* Android */
Color.parseColor("#cfbad7")Accessibility — WCAG contrast
Aa
#cfbad7 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbad7 on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue84.3%
CMYK percentages
Cyan3.7%
Magenta13.5%
Yellow0.0%
Key (black)15.7%
Color previews
#cfbad7 text on a black background
contrast 11.66:1
Card sample
#cfbad7 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbad7;
Background color
Panel with #cfbad7 background
background-color: #cfbad7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbad7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbad7; background: linear-gradient(135deg, #cfbad7, #D7BACC);