#dbc9f2
a pale, vivid violet · warm · closest name: lavender
RGB
219, 201, 242
HSL
266°, 61%, 87%
CMYK
10, 17, 0, 5
Luminance
0.6324
Every format
| HEX | #dbc9f2 |
| RGB | rgb(219, 201, 242) |
| HSL | hsl(266, 61%, 87%) |
| CMYK | cmyk(10%, 17%, 0%, 5%) |
| LAB | lab(83.6 13.9 -17.9) |
| LCH | lch(83.6 22.6 307.8) |
| OKLCH | oklch(0.864 0.059 305.1) |
Copy-ready code
/* CSS */
color: #dbc9f2;
background-color: #dbc9f2;
/* Tailwind (arbitrary) */
class="text-[#dbc9f2] bg-[#dbc9f2]"
/* SCSS */
$brand: #dbc9f2;
/* SwiftUI */
Color(red: 0.859, green: 0.788, blue: 0.949)
/* Android */
Color.parseColor("#dbc9f2")Accessibility — WCAG contrast
Aa
#dbc9f2 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbc9f2 on black: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green78.8%
Blue94.9%
CMYK percentages
Cyan9.5%
Magenta16.9%
Yellow0.0%
Key (black)5.1%
Color previews
#dbc9f2 text on a black background
contrast 13.65:1
Card sample
#dbc9f2 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbc9f2;
Background color
Panel with #dbc9f2 background
background-color: #dbc9f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbc9f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 201, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 201, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbc9f2; background: linear-gradient(135deg, #dbc9f2, #F2C9EE);