#dfbded
a light, vivid violet · warm · closest name: plum
RGB
223, 189, 237
HSL
283°, 57%, 84%
CMYK
6, 20, 0, 7
Luminance
0.5820
Every format
| HEX | #dfbded |
| RGB | rgb(223, 189, 237) |
| HSL | hsl(283, 57%, 84%) |
| CMYK | cmyk(6%, 20%, 0%, 7%) |
| LAB | lab(80.8 20.6 -19.3) |
| LCH | lch(80.8 28.2 316.9) |
| OKLCH | oklch(0.843 0.075 316.0) |
Copy-ready code
/* CSS */
color: #dfbded;
background-color: #dfbded;
/* Tailwind (arbitrary) */
class="text-[#dfbded] bg-[#dfbded]"
/* SCSS */
$brand: #dfbded;
/* SwiftUI */
Color(red: 0.875, green: 0.741, blue: 0.929)
/* Android */
Color.parseColor("#dfbded")Accessibility — WCAG contrast
Aa
#dfbded on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbded on black: 12.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.1%
Blue92.9%
CMYK percentages
Cyan5.9%
Magenta20.3%
Yellow0.0%
Key (black)7.1%
Color previews
#dfbded text on a black background
contrast 12.64:1
Card sample
#dfbded text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbded;
Background color
Panel with #dfbded background
background-color: #dfbded;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbded;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 189, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 189, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbded; background: linear-gradient(135deg, #dfbded, #EDBDDB);