#cfbfdf
a light, soft violet · warm · closest name: lavender
RGB
207, 191, 223
HSL
270°, 33%, 81%
CMYK
7, 14, 0, 13
Luminance
0.5585
Every format
| HEX | #cfbfdf |
| RGB | rgb(207, 191, 223) |
| HSL | hsl(270, 33%, 81%) |
| CMYK | cmyk(7%, 14%, 0%, 13%) |
| LAB | lab(79.5 11.5 -13.9) |
| LCH | lch(79.5 18.1 309.7) |
| OKLCH | oklch(0.828 0.047 307.8) |
Copy-ready code
/* CSS */
color: #cfbfdf;
background-color: #cfbfdf;
/* Tailwind (arbitrary) */
class="text-[#cfbfdf] bg-[#cfbfdf]"
/* SCSS */
$brand: #cfbfdf;
/* SwiftUI */
Color(red: 0.812, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#cfbfdf")Accessibility — WCAG contrast
Aa
#cfbfdf on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbfdf on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.9%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#cfbfdf text on a black background
contrast 12.17:1
Card sample
#cfbfdf text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbfdf;
Background color
Panel with #cfbfdf background
background-color: #cfbfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbfdf; background: linear-gradient(135deg, #cfbfdf, #DFBFDA);