#dfc9db
a light, soft magenta / pink · warm · closest name: lavender
RGB
223, 201, 219
HSL
311°, 26%, 83%
CMYK
0, 10, 2, 13
Luminance
0.6258
Every format
| HEX | #dfc9db |
| RGB | rgb(223, 201, 219) |
| HSL | hsl(311, 26%, 83%) |
| CMYK | cmyk(0%, 10%, 2%, 13%) |
| LAB | lab(83.2 10.8 -6.1) |
| LCH | lch(83.2 12.4 330.5) |
| OKLCH | oklch(0.859 0.034 331.9) |
Copy-ready code
/* CSS */
color: #dfc9db;
background-color: #dfc9db;
/* Tailwind (arbitrary) */
class="text-[#dfc9db] bg-[#dfc9db]"
/* SCSS */
$brand: #dfc9db;
/* SwiftUI */
Color(red: 0.875, green: 0.788, blue: 0.859)
/* Android */
Color.parseColor("#dfc9db")Accessibility — WCAG contrast
Aa
#dfc9db on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfc9db on black: 13.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green78.8%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta9.9%
Yellow1.8%
Key (black)12.5%
Color previews
#dfc9db text on a black background
contrast 13.52:1
Card sample
#dfc9db text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfc9db;
Background color
Panel with #dfc9db background
background-color: #dfc9db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfc9db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 201, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 201, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfc9db; background: linear-gradient(135deg, #dfc9db, #DFC9CC);