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