#dbadef
a light, vivid violet · warm · closest name: plum
RGB
219, 173, 239
HSL
282°, 67%, 81%
CMYK
8, 28, 0, 6
Luminance
0.5118
Every format
| HEX | #dbadef |
| RGB | rgb(219, 173, 239) |
| HSL | hsl(282, 67%, 81%) |
| CMYK | cmyk(8%, 28%, 0%, 6%) |
| LAB | lab(76.8 28.3 -26.6) |
| LCH | lch(76.8 38.9 316.8) |
| OKLCH | oklch(0.811 0.103 315.4) |
Copy-ready code
/* CSS */
color: #dbadef;
background-color: #dbadef;
/* Tailwind (arbitrary) */
class="text-[#dbadef] bg-[#dbadef]"
/* SCSS */
$brand: #dbadef;
/* SwiftUI */
Color(red: 0.859, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#dbadef")Accessibility — WCAG contrast
Aa
#dbadef on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbadef on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green67.8%
Blue93.7%
CMYK percentages
Cyan8.4%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#dbadef text on a black background
contrast 11.24:1
Card sample
#dbadef text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbadef;
Background color
Panel with #dbadef background
background-color: #dbadef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbadef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbadef; background: linear-gradient(135deg, #dbadef, #EFADD7);