#dfb4ee
a light, vivid violet · warm · closest name: plum
RGB
223, 180, 238
HSL
285°, 63%, 82%
CMYK
6, 24, 0, 7
Luminance
0.5450
Every format
| HEX | #dfb4ee |
| RGB | rgb(223, 180, 238) |
| HSL | hsl(285, 63%, 82%) |
| CMYK | cmyk(6%, 24%, 0%, 7%) |
| LAB | lab(78.8 25.6 -23.0) |
| LCH | lch(78.8 34.4 318.1) |
| OKLCH | oklch(0.827 0.092 317.2) |
Copy-ready code
/* CSS */
color: #dfb4ee;
background-color: #dfb4ee;
/* Tailwind (arbitrary) */
class="text-[#dfb4ee] bg-[#dfb4ee]"
/* SCSS */
$brand: #dfb4ee;
/* SwiftUI */
Color(red: 0.875, green: 0.706, blue: 0.933)
/* Android */
Color.parseColor("#dfb4ee")Accessibility — WCAG contrast
Aa
#dfb4ee on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb4ee on black: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green70.6%
Blue93.3%
CMYK percentages
Cyan6.3%
Magenta24.4%
Yellow0.0%
Key (black)6.7%
Color previews
#dfb4ee text on a black background
contrast 11.90:1
Card sample
#dfb4ee text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb4ee;
Background color
Panel with #dfb4ee background
background-color: #dfb4ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb4ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 180, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 180, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb4ee; background: linear-gradient(135deg, #dfb4ee, #EEB4D6);