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