#dfb0ee
a light, vivid violet · warm · closest name: plum
RGB
223, 176, 238
HSL
286°, 65%, 81%
CMYK
6, 26, 0, 7
Luminance
0.5291
Every format
| HEX | #dfb0ee |
| RGB | rgb(223, 176, 238) |
| HSL | hsl(286, 65%, 81%) |
| CMYK | cmyk(6%, 26%, 0%, 7%) |
| LAB | lab(77.8 27.8 -24.4) |
| LCH | lch(77.8 37.0 318.7) |
| OKLCH | oklch(0.820 0.099 317.9) |
Copy-ready code
/* CSS */
color: #dfb0ee;
background-color: #dfb0ee;
/* Tailwind (arbitrary) */
class="text-[#dfb0ee] bg-[#dfb0ee]"
/* SCSS */
$brand: #dfb0ee;
/* SwiftUI */
Color(red: 0.875, green: 0.690, blue: 0.933)
/* Android */
Color.parseColor("#dfb0ee")Accessibility — WCAG contrast
Aa
#dfb0ee on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb0ee on black: 11.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green69.0%
Blue93.3%
CMYK percentages
Cyan6.3%
Magenta26.1%
Yellow0.0%
Key (black)6.7%
Color previews
#dfb0ee text on a black background
contrast 11.58:1
Card sample
#dfb0ee text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb0ee;
Background color
Panel with #dfb0ee background
background-color: #dfb0ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb0ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 176, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 176, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb0ee; background: linear-gradient(135deg, #dfb0ee, #EEB0D4);