#dfbeba
a light, soft red · warm · closest name: silver
RGB
223, 190, 186
HSL
7°, 37%, 80%
CMYK
0, 15, 17, 13
Luminance
0.5606
Every format
| HEX | #dfbeba |
| RGB | rgb(223, 190, 186) |
| HSL | hsl(7, 37%, 80%) |
| CMYK | cmyk(0%, 15%, 17%, 13%) |
| LAB | lab(79.7 11.1 6.4) |
| LCH | lch(79.7 12.8 29.9) |
| OKLCH | oklch(0.829 0.038 26.1) |
Copy-ready code
/* CSS */
color: #dfbeba;
background-color: #dfbeba;
/* Tailwind (arbitrary) */
class="text-[#dfbeba] bg-[#dfbeba]"
/* SCSS */
$brand: #dfbeba;
/* SwiftUI */
Color(red: 0.875, green: 0.745, blue: 0.729)
/* Android */
Color.parseColor("#dfbeba")Accessibility — WCAG contrast
Aa
#dfbeba on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbeba on black: 12.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta14.8%
Yellow16.6%
Key (black)12.5%
Color previews
#dfbeba text on a black background
contrast 12.21:1
Card sample
#dfbeba text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbeba;
Background color
Panel with #dfbeba background
background-color: #dfbeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 190, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 190, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbeba; background: linear-gradient(135deg, #dfbeba, #DFD7BA);