#dfbebf
a light, soft red · warm · closest name: silver
RGB
223, 190, 191
HSL
358°, 34%, 81%
CMYK
0, 15, 14, 13
Luminance
0.5628
Every format
| HEX | #dfbebf |
| RGB | rgb(223, 190, 191) |
| HSL | hsl(358, 34%, 81%) |
| CMYK | cmyk(0%, 15%, 14%, 13%) |
| LAB | lab(79.8 11.9 3.9) |
| LCH | lch(79.8 12.5 18.0) |
| OKLCH | oklch(0.830 0.038 15.9) |
Copy-ready code
/* CSS */
color: #dfbebf;
background-color: #dfbebf;
/* Tailwind (arbitrary) */
class="text-[#dfbebf] bg-[#dfbebf]"
/* SCSS */
$brand: #dfbebf;
/* SwiftUI */
Color(red: 0.875, green: 0.745, blue: 0.749)
/* Android */
Color.parseColor("#dfbebf")Accessibility — WCAG contrast
Aa
#dfbebf on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbebf on black: 12.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.5%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta14.8%
Yellow14.3%
Key (black)12.5%
Color previews
#dfbebf text on a black background
contrast 12.26:1
Card sample
#dfbebf text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbebf;
Background color
Panel with #dfbebf background
background-color: #dfbebf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbebf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 190, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 190, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbebf; background: linear-gradient(135deg, #dfbebf, #DFD3BE);