#dfc5b2
a light, soft orange · warm · closest name: tan
RGB
223, 197, 178
HSL
25°, 41%, 79%
CMYK
0, 12, 20, 13
Luminance
0.5883
Every format
| HEX | #dfc5b2 |
| RGB | rgb(223, 197, 178) |
| HSL | hsl(25, 41%, 79%) |
| CMYK | cmyk(0%, 12%, 20%, 13%) |
| LAB | lab(81.2 6.2 12.9) |
| LCH | lch(81.2 14.3 64.4) |
| OKLCH | oklch(0.840 0.039 58.3) |
Copy-ready code
/* CSS */
color: #dfc5b2;
background-color: #dfc5b2;
/* Tailwind (arbitrary) */
class="text-[#dfc5b2] bg-[#dfc5b2]"
/* SCSS */
$brand: #dfc5b2;
/* SwiftUI */
Color(red: 0.875, green: 0.773, blue: 0.698)
/* Android */
Color.parseColor("#dfc5b2")Accessibility — WCAG contrast
Aa
#dfc5b2 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfc5b2 on black: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green77.3%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta11.7%
Yellow20.2%
Key (black)12.5%
Color previews
#dfc5b2 text on a black background
contrast 12.77:1
Card sample
#dfc5b2 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfc5b2;
Background color
Panel with #dfc5b2 background
background-color: #dfc5b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfc5b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 197, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 197, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfc5b2; background: linear-gradient(135deg, #dfc5b2, #DBDFB2);