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