#dfbbef
a light, vivid violet · warm · closest name: plum
RGB
223, 187, 239
HSL
282°, 62%, 84%
CMYK
7, 22, 0, 6
Luminance
0.5746
Every format
| HEX | #dfbbef |
| RGB | rgb(223, 187, 239) |
| HSL | hsl(282, 62%, 84%) |
| CMYK | cmyk(7%, 22%, 0%, 6%) |
| LAB | lab(80.4 22.1 -21.0) |
| LCH | lch(80.4 30.4 316.4) |
| OKLCH | oklch(0.840 0.081 315.4) |
Copy-ready code
/* CSS */
color: #dfbbef;
background-color: #dfbbef;
/* Tailwind (arbitrary) */
class="text-[#dfbbef] bg-[#dfbbef]"
/* SCSS */
$brand: #dfbbef;
/* SwiftUI */
Color(red: 0.875, green: 0.733, blue: 0.937)
/* Android */
Color.parseColor("#dfbbef")Accessibility — WCAG contrast
Aa
#dfbbef on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbbef on black: 12.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green73.3%
Blue93.7%
CMYK percentages
Cyan6.7%
Magenta21.8%
Yellow0.0%
Key (black)6.3%
Color previews
#dfbbef text on a black background
contrast 12.49:1
Card sample
#dfbbef text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbbef;
Background color
Panel with #dfbbef background
background-color: #dfbbef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbbef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 187, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 187, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbbef; background: linear-gradient(135deg, #dfbbef, #EFBBDC);