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