#dfb7a2
a light, vivid orange · warm · closest name: tan
RGB
223, 183, 162
HSL
21°, 49%, 76%
CMYK
0, 18, 27, 13
Luminance
0.5216
Every format
| HEX | #dfb7a2 |
| RGB | rgb(223, 183, 162) |
| HSL | hsl(21, 49%, 76%) |
| CMYK | cmyk(0%, 18%, 27%, 13%) |
| LAB | lab(77.4 11.3 16.1) |
| LCH | lch(77.4 19.7 54.9) |
| OKLCH | oklch(0.809 0.055 49.2) |
Copy-ready code
/* CSS */
color: #dfb7a2;
background-color: #dfb7a2;
/* Tailwind (arbitrary) */
class="text-[#dfb7a2] bg-[#dfb7a2]"
/* SCSS */
$brand: #dfb7a2;
/* SwiftUI */
Color(red: 0.875, green: 0.718, blue: 0.635)
/* Android */
Color.parseColor("#dfb7a2")Accessibility — WCAG contrast
Aa
#dfb7a2 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb7a2 on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green71.8%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta17.9%
Yellow27.4%
Key (black)12.5%
Color previews
#dfb7a2 text on a black background
contrast 11.43:1
Card sample
#dfb7a2 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb7a2;
Background color
Panel with #dfb7a2 background
background-color: #dfb7a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb7a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 183, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 183, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb7a2; background: linear-gradient(135deg, #dfb7a2, #DEDFA2);