#cfbfdc
a light, soft violet · warm · closest name: lavender
RGB
207, 191, 220
HSL
273°, 29%, 81%
CMYK
6, 13, 0, 14
Luminance
0.5569
Every format
| HEX | #cfbfdc |
| RGB | rgb(207, 191, 220) |
| HSL | hsl(273, 29%, 81%) |
| CMYK | cmyk(6%, 13%, 0%, 14%) |
| LAB | lab(79.4 11.0 -12.4) |
| LCH | lch(79.4 16.6 311.4) |
| OKLCH | oklch(0.827 0.043 310.0) |
Copy-ready code
/* CSS */
color: #cfbfdc;
background-color: #cfbfdc;
/* Tailwind (arbitrary) */
class="text-[#cfbfdc] bg-[#cfbfdc]"
/* SCSS */
$brand: #cfbfdc;
/* SwiftUI */
Color(red: 0.812, green: 0.749, blue: 0.863)
/* Android */
Color.parseColor("#cfbfdc")Accessibility — WCAG contrast
Aa
#cfbfdc on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbfdc on black: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.9%
Blue86.3%
CMYK percentages
Cyan5.9%
Magenta13.2%
Yellow0.0%
Key (black)13.7%
Color previews
#cfbfdc text on a black background
contrast 12.14:1
Card sample
#cfbfdc text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbfdc;
Background color
Panel with #cfbfdc background
background-color: #cfbfdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbfdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 191, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 191, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbfdc; background: linear-gradient(135deg, #cfbfdc, #DCBFD6);