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