#d9cddb
a light, soft magenta / pink · warm · closest name: lavender
RGB
217, 205, 219
HSL
291°, 16%, 83%
CMYK
1, 6, 0, 14
Luminance
0.6353
Every format
| HEX | #d9cddb |
| RGB | rgb(217, 205, 219) |
| HSL | hsl(291, 16%, 83%) |
| CMYK | cmyk(1%, 6%, 0%, 14%) |
| LAB | lab(83.7 6.7 -5.4) |
| LCH | lch(83.7 8.6 320.8) |
| OKLCH | oklch(0.862 0.023 321.4) |
Copy-ready code
/* CSS */
color: #d9cddb;
background-color: #d9cddb;
/* Tailwind (arbitrary) */
class="text-[#d9cddb] bg-[#d9cddb]"
/* SCSS */
$brand: #d9cddb;
/* SwiftUI */
Color(red: 0.851, green: 0.804, blue: 0.859)
/* Android */
Color.parseColor("#d9cddb")Accessibility — WCAG contrast
Aa
#d9cddb on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d9cddb on black: 13.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green80.4%
Blue85.9%
CMYK percentages
Cyan0.9%
Magenta6.4%
Yellow0.0%
Key (black)14.1%
Color previews
#d9cddb text on a black background
contrast 13.71:1
Card sample
#d9cddb text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d9cddb;
Background color
Panel with #d9cddb background
background-color: #d9cddb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d9cddb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 205, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 205, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d9cddb; background: linear-gradient(135deg, #d9cddb, #DBCDD4);