#dfbda3
a light, vivid orange · warm · closest name: tan
RGB
223, 189, 163
HSL
26°, 48%, 76%
CMYK
0, 15, 27, 13
Luminance
0.5473
Every format
| HEX | #dfbda3 |
| RGB | rgb(223, 189, 163) |
| HSL | hsl(26, 48%, 76%) |
| CMYK | cmyk(0%, 15%, 27%, 13%) |
| LAB | lab(78.9 8.3 17.7) |
| LCH | lch(78.9 19.5 64.9) |
| OKLCH | oklch(0.821 0.053 59.4) |
Copy-ready code
/* CSS */
color: #dfbda3;
background-color: #dfbda3;
/* Tailwind (arbitrary) */
class="text-[#dfbda3] bg-[#dfbda3]"
/* SCSS */
$brand: #dfbda3;
/* SwiftUI */
Color(red: 0.875, green: 0.741, blue: 0.639)
/* Android */
Color.parseColor("#dfbda3")Accessibility — WCAG contrast
Aa
#dfbda3 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbda3 on black: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.1%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta15.2%
Yellow26.9%
Key (black)12.5%
Color previews
#dfbda3 text on a black background
contrast 11.95:1
Card sample
#dfbda3 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbda3;
Background color
Panel with #dfbda3 background
background-color: #dfbda3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbda3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 189, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 189, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbda3; background: linear-gradient(135deg, #dfbda3, #D9DFA3);