#dfcad2
a light, soft magenta / pink · warm · closest name: silver
RGB
223, 202, 210
HSL
337°, 25%, 83%
CMYK
0, 9, 6, 13
Luminance
0.6258
Every format
| HEX | #dfcad2 |
| RGB | rgb(223, 202, 210) |
| HSL | hsl(337, 25%, 83%) |
| CMYK | cmyk(0%, 9%, 6%, 13%) |
| LAB | lab(83.2 8.7 -1.3) |
| LCH | lch(83.2 8.8 351.5) |
| OKLCH | oklch(0.859 0.026 352.6) |
Copy-ready code
/* CSS */
color: #dfcad2;
background-color: #dfcad2;
/* Tailwind (arbitrary) */
class="text-[#dfcad2] bg-[#dfcad2]"
/* SCSS */
$brand: #dfcad2;
/* SwiftUI */
Color(red: 0.875, green: 0.792, blue: 0.824)
/* Android */
Color.parseColor("#dfcad2")Accessibility — WCAG contrast
Aa
#dfcad2 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcad2 on black: 13.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green79.2%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta9.4%
Yellow5.8%
Key (black)12.5%
Color previews
#dfcad2 text on a black background
contrast 13.52:1
Card sample
#dfcad2 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcad2;
Background color
Panel with #dfcad2 background
background-color: #dfcad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 202, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 202, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcad2; background: linear-gradient(135deg, #dfcad2, #DFD0CA);