#dbcfdb
a light, muted magenta / pink · warm · closest name: lavender
RGB
219, 207, 219
HSL
300°, 14%, 84%
CMYK
0, 6, 0, 14
Luminance
0.6480
Every format
| HEX | #dbcfdb |
| RGB | rgb(219, 207, 219) |
| HSL | hsl(300, 14%, 84%) |
| CMYK | cmyk(0%, 6%, 0%, 14%) |
| LAB | lab(84.4 6.3 -4.4) |
| LCH | lch(84.4 7.7 324.7) |
| OKLCH | oklch(0.868 0.021 325.8) |
Copy-ready code
/* CSS */
color: #dbcfdb;
background-color: #dbcfdb;
/* Tailwind (arbitrary) */
class="text-[#dbcfdb] bg-[#dbcfdb]"
/* SCSS */
$brand: #dbcfdb;
/* SwiftUI */
Color(red: 0.859, green: 0.812, blue: 0.859)
/* Android */
Color.parseColor("#dbcfdb")Accessibility — WCAG contrast
Aa
#dbcfdb on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbcfdb on black: 13.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green81.2%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow0.0%
Key (black)14.1%
Color previews
#dbcfdb text on a black background
contrast 13.96:1
Card sample
#dbcfdb text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbcfdb;
Background color
Panel with #dbcfdb background
background-color: #dbcfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbcfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 207, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 207, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbcfdb; background: linear-gradient(135deg, #dbcfdb, #DBCFD3);