#dbc9ef
a pale, vivid violet · warm · closest name: lavender
RGB
219, 201, 239
HSL
268°, 54%, 86%
CMYK
8, 16, 0, 6
Luminance
0.6307
Every format
| HEX | #dbc9ef |
| RGB | rgb(219, 201, 239) |
| HSL | hsl(268, 54%, 86%) |
| CMYK | cmyk(8%, 16%, 0%, 6%) |
| LAB | lab(83.5 13.3 -16.4) |
| LCH | lch(83.5 21.1 308.9) |
| OKLCH | oklch(0.863 0.055 306.6) |
Copy-ready code
/* CSS */
color: #dbc9ef;
background-color: #dbc9ef;
/* Tailwind (arbitrary) */
class="text-[#dbc9ef] bg-[#dbc9ef]"
/* SCSS */
$brand: #dbc9ef;
/* SwiftUI */
Color(red: 0.859, green: 0.788, blue: 0.937)
/* Android */
Color.parseColor("#dbc9ef")Accessibility — WCAG contrast
Aa
#dbc9ef on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbc9ef on black: 13.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green78.8%
Blue93.7%
CMYK percentages
Cyan8.4%
Magenta15.9%
Yellow0.0%
Key (black)6.3%
Color previews
#dbc9ef text on a black background
contrast 13.61:1
Card sample
#dbc9ef text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbc9ef;
Background color
Panel with #dbc9ef background
background-color: #dbc9ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbc9ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 201, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 201, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbc9ef; background: linear-gradient(135deg, #dbc9ef, #EFC9EA);