#cfbcdc
a light, soft violet · warm · closest name: lavender
RGB
207, 188, 220
HSL
276°, 31%, 80%
CMYK
6, 15, 0, 14
Luminance
0.5440
Every format
| HEX | #cfbcdc |
| RGB | rgb(207, 188, 220) |
| HSL | hsl(276, 31%, 80%) |
| CMYK | cmyk(6%, 15%, 0%, 14%) |
| LAB | lab(78.7 12.6 -13.5) |
| LCH | lch(78.7 18.5 312.9) |
| OKLCH | oklch(0.821 0.049 311.7) |
Copy-ready code
/* CSS */
color: #cfbcdc;
background-color: #cfbcdc;
/* Tailwind (arbitrary) */
class="text-[#cfbcdc] bg-[#cfbcdc]"
/* SCSS */
$brand: #cfbcdc;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.863)
/* Android */
Color.parseColor("#cfbcdc")Accessibility — WCAG contrast
Aa
#cfbcdc on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbcdc on black: 11.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue86.3%
CMYK percentages
Cyan5.9%
Magenta14.5%
Yellow0.0%
Key (black)13.7%
Color previews
#cfbcdc text on a black background
contrast 11.88:1
Card sample
#cfbcdc text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbcdc;
Background color
Panel with #cfbcdc background
background-color: #cfbcdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbcdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbcdc; background: linear-gradient(135deg, #cfbcdc, #DCBCD4);