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