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