#dfbeab
a light, soft orange · warm · closest name: tan
RGB
223, 190, 171
HSL
22°, 45%, 77%
CMYK
0, 15, 23, 13
Luminance
0.5546
Every format
| HEX | #dfbeab |
| RGB | rgb(223, 190, 171) |
| HSL | hsl(22, 45%, 77%) |
| CMYK | cmyk(0%, 15%, 23%, 13%) |
| LAB | lab(79.3 8.9 14.0) |
| LCH | lch(79.3 16.5 57.6) |
| OKLCH | oklch(0.825 0.046 51.7) |
Copy-ready code
/* CSS */
color: #dfbeab;
background-color: #dfbeab;
/* Tailwind (arbitrary) */
class="text-[#dfbeab] bg-[#dfbeab]"
/* SCSS */
$brand: #dfbeab;
/* SwiftUI */
Color(red: 0.875, green: 0.745, blue: 0.671)
/* Android */
Color.parseColor("#dfbeab")Accessibility — WCAG contrast
Aa
#dfbeab on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbeab on black: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.5%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta14.8%
Yellow23.3%
Key (black)12.5%
Color previews
#dfbeab text on a black background
contrast 12.09:1
Card sample
#dfbeab text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbeab;
Background color
Panel with #dfbeab background
background-color: #dfbeab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbeab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 190, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 190, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbeab; background: linear-gradient(135deg, #dfbeab, #DDDFAB);