#dfc9b2
a light, soft orange · warm · closest name: tan
RGB
223, 201, 178
HSL
31°, 41%, 79%
CMYK
0, 10, 20, 13
Luminance
0.6068
Every format
| HEX | #dfc9b2 |
| RGB | rgb(223, 201, 178) |
| HSL | hsl(31, 41%, 79%) |
| CMYK | cmyk(0%, 10%, 20%, 13%) |
| LAB | lab(82.2 4.1 14.3) |
| LCH | lch(82.2 14.9 74.1) |
| OKLCH | oklch(0.848 0.040 68.5) |
Copy-ready code
/* CSS */
color: #dfc9b2;
background-color: #dfc9b2;
/* Tailwind (arbitrary) */
class="text-[#dfc9b2] bg-[#dfc9b2]"
/* SCSS */
$brand: #dfc9b2;
/* SwiftUI */
Color(red: 0.875, green: 0.788, blue: 0.698)
/* Android */
Color.parseColor("#dfc9b2")Accessibility — WCAG contrast
Aa
#dfc9b2 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfc9b2 on black: 13.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green78.8%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta9.9%
Yellow20.2%
Key (black)12.5%
Color previews
#dfc9b2 text on a black background
contrast 13.14:1
Card sample
#dfc9b2 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfc9b2;
Background color
Panel with #dfc9b2 background
background-color: #dfc9b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfc9b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 201, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 201, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfc9b2; background: linear-gradient(135deg, #dfc9b2, #D7DFB2);