#dfbef4
a pale, vivid violet · warm · closest name: plum
RGB
223, 190, 244
HSL
277°, 71%, 85%
CMYK
9, 22, 0, 4
Luminance
0.5905
Every format
| HEX | #dfbef4 |
| RGB | rgb(223, 190, 244) |
| HSL | hsl(277, 71%, 85%) |
| CMYK | cmyk(9%, 22%, 0%, 4%) |
| LAB | lab(81.3 21.4 -22.3) |
| LCH | lch(81.3 30.9 313.8) |
| OKLCH | oklch(0.847 0.082 312.1) |
Copy-ready code
/* CSS */
color: #dfbef4;
background-color: #dfbef4;
/* Tailwind (arbitrary) */
class="text-[#dfbef4] bg-[#dfbef4]"
/* SCSS */
$brand: #dfbef4;
/* SwiftUI */
Color(red: 0.875, green: 0.745, blue: 0.957)
/* Android */
Color.parseColor("#dfbef4")Accessibility — WCAG contrast
Aa
#dfbef4 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbef4 on black: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.5%
Blue95.7%
CMYK percentages
Cyan8.6%
Magenta22.1%
Yellow0.0%
Key (black)4.3%
Color previews
#dfbef4 text on a black background
contrast 12.81:1
Card sample
#dfbef4 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbef4;
Background color
Panel with #dfbef4 background
background-color: #dfbef4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbef4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 190, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 190, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbef4; background: linear-gradient(135deg, #dfbef4, #F4BEE5);