#dfbfaf
a light, soft orange · warm · closest name: tan
RGB
223, 191, 175
HSL
20°, 43%, 78%
CMYK
0, 14, 22, 13
Luminance
0.5604
Every format
| HEX | #dfbfaf |
| RGB | rgb(223, 191, 175) |
| HSL | hsl(20, 43%, 78%) |
| CMYK | cmyk(0%, 14%, 22%, 13%) |
| LAB | lab(79.6 8.9 12.3) |
| LCH | lch(79.6 15.2 54.1) |
| OKLCH | oklch(0.828 0.043 48.2) |
Copy-ready code
/* CSS */
color: #dfbfaf;
background-color: #dfbfaf;
/* Tailwind (arbitrary) */
class="text-[#dfbfaf] bg-[#dfbfaf]"
/* SCSS */
$brand: #dfbfaf;
/* SwiftUI */
Color(red: 0.875, green: 0.749, blue: 0.686)
/* Android */
Color.parseColor("#dfbfaf")Accessibility — WCAG contrast
Aa
#dfbfaf on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbfaf on black: 12.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow21.5%
Key (black)12.5%
Color previews
#dfbfaf text on a black background
contrast 12.21:1
Card sample
#dfbfaf text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbfaf;
Background color
Panel with #dfbfaf background
background-color: #dfbfaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbfaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 191, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 191, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbfaf; background: linear-gradient(135deg, #dfbfaf, #DFDFAF);