#dfbdae
a light, soft orange · warm · closest name: tan
RGB
223, 189, 174
HSL
18°, 43%, 78%
CMYK
0, 15, 22, 13
Luminance
0.5514
Every format
| HEX | #dfbdae |
| RGB | rgb(223, 189, 174) |
| HSL | hsl(18, 43%, 78%) |
| CMYK | cmyk(0%, 15%, 22%, 13%) |
| LAB | lab(79.1 9.8 12.1) |
| LCH | lch(79.1 15.6 50.9) |
| OKLCH | oklch(0.824 0.044 45.2) |
Copy-ready code
/* CSS */
color: #dfbdae;
background-color: #dfbdae;
/* Tailwind (arbitrary) */
class="text-[#dfbdae] bg-[#dfbdae]"
/* SCSS */
$brand: #dfbdae;
/* SwiftUI */
Color(red: 0.875, green: 0.741, blue: 0.682)
/* Android */
Color.parseColor("#dfbdae")Accessibility — WCAG contrast
Aa
#dfbdae on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbdae on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.1%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta15.2%
Yellow22.0%
Key (black)12.5%
Color previews
#dfbdae text on a black background
contrast 12.03:1
Card sample
#dfbdae text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbdae;
Background color
Panel with #dfbdae background
background-color: #dfbdae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbdae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 189, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 189, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbdae; background: linear-gradient(135deg, #dfbdae, #DFDEAE);