#dfbfb4
a light, soft orange · warm · closest name: silver
RGB
223, 191, 180
HSL
15°, 40%, 79%
CMYK
0, 14, 19, 13
Luminance
0.5624
Every format
| HEX | #dfbfb4 |
| RGB | rgb(223, 191, 180) |
| HSL | hsl(15, 40%, 79%) |
| CMYK | cmyk(0%, 14%, 19%, 13%) |
| LAB | lab(79.8 9.7 9.8) |
| LCH | lch(79.8 13.7 45.3) |
| OKLCH | oklch(0.829 0.040 39.9) |
Copy-ready code
/* CSS */
color: #dfbfb4;
background-color: #dfbfb4;
/* Tailwind (arbitrary) */
class="text-[#dfbfb4] bg-[#dfbfb4]"
/* SCSS */
$brand: #dfbfb4;
/* SwiftUI */
Color(red: 0.875, green: 0.749, blue: 0.706)
/* Android */
Color.parseColor("#dfbfb4")Accessibility — WCAG contrast
Aa
#dfbfb4 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbfb4 on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.9%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow19.3%
Key (black)12.5%
Color previews
#dfbfb4 text on a black background
contrast 12.25:1
Card sample
#dfbfb4 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbfb4;
Background color
Panel with #dfbfb4 background
background-color: #dfbfb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbfb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 191, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 191, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbfb4; background: linear-gradient(135deg, #dfbfb4, #DFDCB4);