#dfbe93
a light, vivid orange · warm · closest name: tan
RGB
223, 190, 147
HSL
34°, 54%, 73%
CMYK
0, 15, 34, 13
Luminance
0.5462
Every format
| HEX | #dfbe93 |
| RGB | rgb(223, 190, 147) |
| HSL | hsl(34, 54%, 73%) |
| CMYK | cmyk(0%, 15%, 34%, 13%) |
| LAB | lab(78.8 5.7 26.1) |
| LCH | lch(78.8 26.7 77.7) |
| OKLCH | oklch(0.820 0.068 74.0) |
Copy-ready code
/* CSS */
color: #dfbe93;
background-color: #dfbe93;
/* Tailwind (arbitrary) */
class="text-[#dfbe93] bg-[#dfbe93]"
/* SCSS */
$brand: #dfbe93;
/* SwiftUI */
Color(red: 0.875, green: 0.745, blue: 0.576)
/* Android */
Color.parseColor("#dfbe93")Accessibility — WCAG contrast
Aa
#dfbe93 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbe93 on black: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.5%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta14.8%
Yellow34.1%
Key (black)12.5%
Color previews
#dfbe93 text on a black background
contrast 11.92:1
Card sample
#dfbe93 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbe93;
Background color
Panel with #dfbe93 background
background-color: #dfbe93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbe93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 190, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 190, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbe93; background: linear-gradient(135deg, #dfbe93, #CDDF93);