#dfbee6
a light, soft violet · warm · closest name: plum
RGB
223, 190, 230
HSL
290°, 44%, 82%
CMYK
3, 17, 0, 10
Luminance
0.5823
Every format
| HEX | #dfbee6 |
| RGB | rgb(223, 190, 230) |
| HSL | hsl(290, 44%, 82%) |
| CMYK | cmyk(3%, 17%, 0%, 10%) |
| LAB | lab(80.9 18.7 -15.5) |
| LCH | lch(80.9 24.3 320.4) |
| OKLCH | oklch(0.842 0.065 320.4) |
Copy-ready code
/* CSS */
color: #dfbee6;
background-color: #dfbee6;
/* Tailwind (arbitrary) */
class="text-[#dfbee6] bg-[#dfbee6]"
/* SCSS */
$brand: #dfbee6;
/* SwiftUI */
Color(red: 0.875, green: 0.745, blue: 0.902)
/* Android */
Color.parseColor("#dfbee6")Accessibility — WCAG contrast
Aa
#dfbee6 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbee6 on black: 12.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.5%
Blue90.2%
CMYK percentages
Cyan3.0%
Magenta17.4%
Yellow0.0%
Key (black)9.8%
Color previews
#dfbee6 text on a black background
contrast 12.65:1
Card sample
#dfbee6 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbee6;
Background color
Panel with #dfbee6 background
background-color: #dfbee6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbee6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 190, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 190, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbee6; background: linear-gradient(135deg, #dfbee6, #E6BED2);