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