#dfbee0
a light, soft magenta / pink · warm · closest name: pink
RGB
223, 190, 224
HSL
298°, 35%, 81%
CMYK
0, 15, 0, 12
Luminance
0.5790
Every format
| HEX | #dfbee0 |
| RGB | rgb(223, 190, 224) |
| HSL | hsl(298, 35%, 81%) |
| CMYK | cmyk(0%, 15%, 0%, 12%) |
| LAB | lab(80.7 17.6 -12.6) |
| LCH | lch(80.7 21.6 324.4) |
| OKLCH | oklch(0.840 0.059 325.2) |
Copy-ready code
/* CSS */
color: #dfbee0;
background-color: #dfbee0;
/* Tailwind (arbitrary) */
class="text-[#dfbee0] bg-[#dfbee0]"
/* SCSS */
$brand: #dfbee0;
/* SwiftUI */
Color(red: 0.875, green: 0.745, blue: 0.878)
/* Android */
Color.parseColor("#dfbee0")Accessibility — WCAG contrast
Aa
#dfbee0 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbee0 on black: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.5%
Blue87.8%
CMYK percentages
Cyan0.4%
Magenta15.2%
Yellow0.0%
Key (black)12.2%
Color previews
#dfbee0 text on a black background
contrast 12.58:1
Card sample
#dfbee0 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbee0;
Background color
Panel with #dfbee0 background
background-color: #dfbee0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbee0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 190, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 190, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbee0; background: linear-gradient(135deg, #dfbee0, #E0BECA);