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