#cfbadd
a light, soft violet · warm · closest name: lavender
RGB
207, 186, 221
HSL
276°, 34%, 80%
CMYK
6, 16, 0, 13
Luminance
0.5360
Every format
| HEX | #cfbadd |
| RGB | rgb(207, 186, 221) |
| HSL | hsl(276, 34%, 80%) |
| CMYK | cmyk(6%, 16%, 0%, 13%) |
| LAB | lab(78.2 13.8 -14.8) |
| LCH | lch(78.2 20.3 313.2) |
| OKLCH | oklch(0.818 0.053 311.9) |
Copy-ready code
/* CSS */
color: #cfbadd;
background-color: #cfbadd;
/* Tailwind (arbitrary) */
class="text-[#cfbadd] bg-[#cfbadd]"
/* SCSS */
$brand: #cfbadd;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.867)
/* Android */
Color.parseColor("#cfbadd")Accessibility — WCAG contrast
Aa
#cfbadd on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbadd on black: 11.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue86.7%
CMYK percentages
Cyan6.3%
Magenta15.8%
Yellow0.0%
Key (black)13.3%
Color previews
#cfbadd text on a black background
contrast 11.72:1
Card sample
#cfbadd text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbadd;
Background color
Panel with #cfbadd background
background-color: #cfbadd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbadd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbadd; background: linear-gradient(135deg, #cfbadd, #DDBAD4);