#dbb3ef
a light, vivid violet · warm · closest name: plum
RGB
219, 179, 239
HSL
280°, 65%, 82%
CMYK
8, 25, 0, 6
Luminance
0.5353
Every format
| HEX | #dbb3ef |
| RGB | rgb(219, 179, 239) |
| HSL | hsl(280, 65%, 82%) |
| CMYK | cmyk(8%, 25%, 0%, 6%) |
| LAB | lab(78.2 25.1 -24.4) |
| LCH | lch(78.2 35.0 315.8) |
| OKLCH | oklch(0.822 0.093 314.3) |
Copy-ready code
/* CSS */
color: #dbb3ef;
background-color: #dbb3ef;
/* Tailwind (arbitrary) */
class="text-[#dbb3ef] bg-[#dbb3ef]"
/* SCSS */
$brand: #dbb3ef;
/* SwiftUI */
Color(red: 0.859, green: 0.702, blue: 0.937)
/* Android */
Color.parseColor("#dbb3ef")Accessibility — WCAG contrast
Aa
#dbb3ef on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb3ef on black: 11.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green70.2%
Blue93.7%
CMYK percentages
Cyan8.4%
Magenta25.1%
Yellow0.0%
Key (black)6.3%
Color previews
#dbb3ef text on a black background
contrast 11.71:1
Card sample
#dbb3ef text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb3ef;
Background color
Panel with #dbb3ef background
background-color: #dbb3ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb3ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 179, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 179, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb3ef; background: linear-gradient(135deg, #dbb3ef, #EFB3DB);