#dfb8ee
a light, vivid violet · warm · closest name: plum
RGB
223, 184, 238
HSL
283°, 61%, 83%
CMYK
6, 23, 0, 7
Luminance
0.5614
Every format
| HEX | #dfb8ee |
| RGB | rgb(223, 184, 238) |
| HSL | hsl(283, 61%, 83%) |
| CMYK | cmyk(6%, 23%, 0%, 7%) |
| LAB | lab(79.7 23.5 -21.6) |
| LCH | lch(79.7 31.9 317.4) |
| OKLCH | oklch(0.834 0.085 316.5) |
Copy-ready code
/* CSS */
color: #dfb8ee;
background-color: #dfb8ee;
/* Tailwind (arbitrary) */
class="text-[#dfb8ee] bg-[#dfb8ee]"
/* SCSS */
$brand: #dfb8ee;
/* SwiftUI */
Color(red: 0.875, green: 0.722, blue: 0.933)
/* Android */
Color.parseColor("#dfb8ee")Accessibility — WCAG contrast
Aa
#dfb8ee on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb8ee on black: 12.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green72.2%
Blue93.3%
CMYK percentages
Cyan6.3%
Magenta22.7%
Yellow0.0%
Key (black)6.7%
Color previews
#dfb8ee text on a black background
contrast 12.23:1
Card sample
#dfb8ee text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb8ee;
Background color
Panel with #dfb8ee background
background-color: #dfb8ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb8ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 184, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 184, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb8ee; background: linear-gradient(135deg, #dfb8ee, #EEB8D9);