#dfb7ee
a light, vivid violet · warm · closest name: plum
RGB
223, 183, 238
HSL
284°, 62%, 83%
CMYK
6, 23, 0, 7
Luminance
0.5573
Every format
| HEX | #dfb7ee |
| RGB | rgb(223, 183, 238) |
| HSL | hsl(284, 62%, 83%) |
| CMYK | cmyk(6%, 23%, 0%, 7%) |
| LAB | lab(79.5 24.0 -21.9) |
| LCH | lch(79.5 32.5 317.6) |
| OKLCH | oklch(0.832 0.087 316.7) |
Copy-ready code
/* CSS */
color: #dfb7ee;
background-color: #dfb7ee;
/* Tailwind (arbitrary) */
class="text-[#dfb7ee] bg-[#dfb7ee]"
/* SCSS */
$brand: #dfb7ee;
/* SwiftUI */
Color(red: 0.875, green: 0.718, blue: 0.933)
/* Android */
Color.parseColor("#dfb7ee")Accessibility — WCAG contrast
Aa
#dfb7ee on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb7ee on black: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green71.8%
Blue93.3%
CMYK percentages
Cyan6.3%
Magenta23.1%
Yellow0.0%
Key (black)6.7%
Color previews
#dfb7ee text on a black background
contrast 12.15:1
Card sample
#dfb7ee text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb7ee;
Background color
Panel with #dfb7ee background
background-color: #dfb7ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb7ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 183, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 183, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb7ee; background: linear-gradient(135deg, #dfb7ee, #EEB7D8);