#dfb1ee
a light, vivid violet · warm · closest name: plum
RGB
223, 177, 238
HSL
285°, 64%, 81%
CMYK
6, 26, 0, 7
Luminance
0.5331
Every format
| HEX | #dfb1ee |
| RGB | rgb(223, 177, 238) |
| HSL | hsl(285, 64%, 81%) |
| CMYK | cmyk(6%, 26%, 0%, 7%) |
| LAB | lab(78.1 27.3 -24.1) |
| LCH | lch(78.1 36.4 318.5) |
| OKLCH | oklch(0.822 0.097 317.7) |
Copy-ready code
/* CSS */
color: #dfb1ee;
background-color: #dfb1ee;
/* Tailwind (arbitrary) */
class="text-[#dfb1ee] bg-[#dfb1ee]"
/* SCSS */
$brand: #dfb1ee;
/* SwiftUI */
Color(red: 0.875, green: 0.694, blue: 0.933)
/* Android */
Color.parseColor("#dfb1ee")Accessibility — WCAG contrast
Aa
#dfb1ee on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb1ee on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green69.4%
Blue93.3%
CMYK percentages
Cyan6.3%
Magenta25.6%
Yellow0.0%
Key (black)6.7%
Color previews
#dfb1ee text on a black background
contrast 11.66:1
Card sample
#dfb1ee text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb1ee;
Background color
Panel with #dfb1ee background
background-color: #dfb1ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb1ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 177, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 177, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb1ee; background: linear-gradient(135deg, #dfb1ee, #EEB1D4);