#dfbee2
a light, soft magenta / pink · warm · closest name: pink
RGB
223, 190, 226
HSL
295°, 38%, 82%
CMYK
1, 16, 0, 11
Luminance
0.5801
Every format
| HEX | #dfbee2 |
| RGB | rgb(223, 190, 226) |
| HSL | hsl(295, 38%, 82%) |
| CMYK | cmyk(1%, 16%, 0%, 11%) |
| LAB | lab(80.7 18.0 -13.6) |
| LCH | lch(80.7 22.5 323.0) |
| OKLCH | oklch(0.841 0.061 323.5) |
Copy-ready code
/* CSS */
color: #dfbee2;
background-color: #dfbee2;
/* Tailwind (arbitrary) */
class="text-[#dfbee2] bg-[#dfbee2]"
/* SCSS */
$brand: #dfbee2;
/* SwiftUI */
Color(red: 0.875, green: 0.745, blue: 0.886)
/* Android */
Color.parseColor("#dfbee2")Accessibility — WCAG contrast
Aa
#dfbee2 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbee2 on black: 12.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.5%
Blue88.6%
CMYK percentages
Cyan1.3%
Magenta15.9%
Yellow0.0%
Key (black)11.4%
Color previews
#dfbee2 text on a black background
contrast 12.60:1
Card sample
#dfbee2 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbee2;
Background color
Panel with #dfbee2 background
background-color: #dfbee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 190, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 190, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbee2; background: linear-gradient(135deg, #dfbee2, #E2BECD);