#dbb0ef
a light, vivid violet · warm · closest name: plum
RGB
219, 176, 239
HSL
281°, 66%, 81%
CMYK
8, 26, 0, 6
Luminance
0.5234
Every format
| HEX | #dbb0ef |
| RGB | rgb(219, 176, 239) |
| HSL | hsl(281, 66%, 81%) |
| CMYK | cmyk(8%, 26%, 0%, 6%) |
| LAB | lab(77.5 26.7 -25.5) |
| LCH | lch(77.5 36.9 316.3) |
| OKLCH | oklch(0.816 0.098 314.9) |
Copy-ready code
/* CSS */
color: #dbb0ef;
background-color: #dbb0ef;
/* Tailwind (arbitrary) */
class="text-[#dbb0ef] bg-[#dbb0ef]"
/* SCSS */
$brand: #dbb0ef;
/* SwiftUI */
Color(red: 0.859, green: 0.690, blue: 0.937)
/* Android */
Color.parseColor("#dbb0ef")Accessibility — WCAG contrast
Aa
#dbb0ef on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb0ef on black: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green69.0%
Blue93.7%
CMYK percentages
Cyan8.4%
Magenta26.4%
Yellow0.0%
Key (black)6.3%
Color previews
#dbb0ef text on a black background
contrast 11.47:1
Card sample
#dbb0ef text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb0ef;
Background color
Panel with #dbb0ef background
background-color: #dbb0ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb0ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 176, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 176, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb0ef; background: linear-gradient(135deg, #dbb0ef, #EFB0D9);