#cfbcda
a light, soft violet · warm · closest name: lavender
RGB
207, 188, 218
HSL
278°, 29%, 80%
CMYK
5, 14, 0, 15
Luminance
0.5429
Every format
| HEX | #cfbcda |
| RGB | rgb(207, 188, 218) |
| HSL | hsl(278, 29%, 80%) |
| CMYK | cmyk(5%, 14%, 0%, 15%) |
| LAB | lab(78.6 12.2 -12.5) |
| LCH | lch(78.6 17.5 314.2) |
| OKLCH | oklch(0.820 0.046 313.3) |
Copy-ready code
/* CSS */
color: #cfbcda;
background-color: #cfbcda;
/* Tailwind (arbitrary) */
class="text-[#cfbcda] bg-[#cfbcda]"
/* SCSS */
$brand: #cfbcda;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.855)
/* Android */
Color.parseColor("#cfbcda")Accessibility — WCAG contrast
Aa
#cfbcda on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbcda on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue85.5%
CMYK percentages
Cyan5.0%
Magenta13.8%
Yellow0.0%
Key (black)14.5%
Color previews
#cfbcda text on a black background
contrast 11.86:1
Card sample
#cfbcda text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbcda;
Background color
Panel with #cfbcda background
background-color: #cfbcda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbcda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbcda; background: linear-gradient(135deg, #cfbcda, #DABCD1);