#cfbad8
a light, soft violet · warm · closest name: lavender
RGB
207, 186, 216
HSL
282°, 28%, 79%
CMYK
4, 14, 0, 15
Luminance
0.5334
Every format
| HEX | #cfbad8 |
| RGB | rgb(207, 186, 216) |
| HSL | hsl(282, 28%, 79%) |
| CMYK | cmyk(4%, 14%, 0%, 15%) |
| LAB | lab(78.1 12.9 -12.3) |
| LCH | lch(78.1 17.8 316.3) |
| OKLCH | oklch(0.816 0.047 315.8) |
Copy-ready code
/* CSS */
color: #cfbad8;
background-color: #cfbad8;
/* Tailwind (arbitrary) */
class="text-[#cfbad8] bg-[#cfbad8]"
/* SCSS */
$brand: #cfbad8;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.847)
/* Android */
Color.parseColor("#cfbad8")Accessibility — WCAG contrast
Aa
#cfbad8 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbad8 on black: 11.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue84.7%
CMYK percentages
Cyan4.2%
Magenta13.9%
Yellow0.0%
Key (black)15.3%
Color previews
#cfbad8 text on a black background
contrast 11.67:1
Card sample
#cfbad8 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbad8;
Background color
Panel with #cfbad8 background
background-color: #cfbad8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbad8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbad8; background: linear-gradient(135deg, #cfbad8, #D8BACD);