#dfb5ee
a light, vivid violet · warm · closest name: plum
RGB
223, 181, 238
HSL
284°, 63%, 82%
CMYK
6, 24, 0, 7
Luminance
0.5491
Every format
| HEX | #dfb5ee |
| RGB | rgb(223, 181, 238) |
| HSL | hsl(284, 63%, 82%) |
| CMYK | cmyk(6%, 24%, 0%, 7%) |
| LAB | lab(79.0 25.1 -22.6) |
| LCH | lch(79.0 33.8 317.9) |
| OKLCH | oklch(0.829 0.090 317.1) |
Copy-ready code
/* CSS */
color: #dfb5ee;
background-color: #dfb5ee;
/* Tailwind (arbitrary) */
class="text-[#dfb5ee] bg-[#dfb5ee]"
/* SCSS */
$brand: #dfb5ee;
/* SwiftUI */
Color(red: 0.875, green: 0.710, blue: 0.933)
/* Android */
Color.parseColor("#dfb5ee")Accessibility — WCAG contrast
Aa
#dfb5ee on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb5ee on black: 11.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green71.0%
Blue93.3%
CMYK percentages
Cyan6.3%
Magenta23.9%
Yellow0.0%
Key (black)6.7%
Color previews
#dfb5ee text on a black background
contrast 11.98:1
Card sample
#dfb5ee text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb5ee;
Background color
Panel with #dfb5ee background
background-color: #dfb5ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb5ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 181, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 181, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb5ee; background: linear-gradient(135deg, #dfb5ee, #EEB5D7);