#dfbce6
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 188, 230
HSL
290°, 46%, 82%
CMYK
3, 18, 0, 10
Luminance
0.5737
Every format
| HEX | #dfbce6 |
| RGB | rgb(223, 188, 230) |
| HSL | hsl(290, 46%, 82%) |
| CMYK | cmyk(3%, 18%, 0%, 10%) |
| LAB | lab(80.4 19.8 -16.2) |
| LCH | lch(80.4 25.6 320.6) |
| OKLCH | oklch(0.839 0.069 320.7) |
Copy-ready code
/* CSS */
color: #dfbce6;
background-color: #dfbce6;
/* Tailwind (arbitrary) */
class="text-[#dfbce6] bg-[#dfbce6]"
/* SCSS */
$brand: #dfbce6;
/* SwiftUI */
Color(red: 0.875, green: 0.737, blue: 0.902)
/* Android */
Color.parseColor("#dfbce6")Accessibility — WCAG contrast
Aa
#dfbce6 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbce6 on black: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green73.7%
Blue90.2%
CMYK percentages
Cyan3.0%
Magenta18.3%
Yellow0.0%
Key (black)9.8%
Color previews
#dfbce6 text on a black background
contrast 12.47:1
Card sample
#dfbce6 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbce6;
Background color
Panel with #dfbce6 background
background-color: #dfbce6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbce6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 188, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 188, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbce6; background: linear-gradient(135deg, #dfbce6, #E6BCD1);