#cfbad9
a light, soft violet · warm · closest name: lavender
RGB
207, 186, 217
HSL
281°, 29%, 79%
CMYK
5, 14, 0, 15
Luminance
0.5339
Every format
| HEX | #cfbad9 |
| RGB | rgb(207, 186, 217) |
| HSL | hsl(281, 29%, 79%) |
| CMYK | cmyk(5%, 14%, 0%, 15%) |
| LAB | lab(78.1 13.1 -12.8) |
| LCH | lch(78.1 18.3 315.6) |
| OKLCH | oklch(0.816 0.049 315.0) |
Copy-ready code
/* CSS */
color: #cfbad9;
background-color: #cfbad9;
/* Tailwind (arbitrary) */
class="text-[#cfbad9] bg-[#cfbad9]"
/* SCSS */
$brand: #cfbad9;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.851)
/* Android */
Color.parseColor("#cfbad9")Accessibility — WCAG contrast
Aa
#cfbad9 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbad9 on black: 11.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue85.1%
CMYK percentages
Cyan4.6%
Magenta14.3%
Yellow0.0%
Key (black)14.9%
Color previews
#cfbad9 text on a black background
contrast 11.68:1
Card sample
#cfbad9 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbad9;
Background color
Panel with #cfbad9 background
background-color: #cfbad9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbad9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbad9; background: linear-gradient(135deg, #cfbad9, #D9BACE);