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