#dbc7f0
a pale, vivid violet · warm · closest name: lavender
RGB
219, 199, 240
HSL
269°, 58%, 86%
CMYK
9, 17, 0, 6
Luminance
0.6220
Every format
| HEX | #dbc7f0 |
| RGB | rgb(219, 199, 240) |
| HSL | hsl(269, 58%, 86%) |
| CMYK | cmyk(9%, 17%, 0%, 6%) |
| LAB | lab(83.0 14.5 -17.7) |
| LCH | lch(83.0 22.9 309.4) |
| OKLCH | oklch(0.859 0.060 307.2) |
Copy-ready code
/* CSS */
color: #dbc7f0;
background-color: #dbc7f0;
/* Tailwind (arbitrary) */
class="text-[#dbc7f0] bg-[#dbc7f0]"
/* SCSS */
$brand: #dbc7f0;
/* SwiftUI */
Color(red: 0.859, green: 0.780, blue: 0.941)
/* Android */
Color.parseColor("#dbc7f0")Accessibility — WCAG contrast
Aa
#dbc7f0 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbc7f0 on black: 13.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green78.0%
Blue94.1%
CMYK percentages
Cyan8.8%
Magenta17.1%
Yellow0.0%
Key (black)5.9%
Color previews
#dbc7f0 text on a black background
contrast 13.44:1
Card sample
#dbc7f0 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbc7f0;
Background color
Panel with #dbc7f0 background
background-color: #dbc7f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbc7f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 199, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 199, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbc7f0; background: linear-gradient(135deg, #dbc7f0, #F0C7EA);