#dfc0b2
a light, soft orange · warm · closest name: silver
RGB
223, 192, 178
HSL
19°, 41%, 79%
CMYK
0, 14, 20, 13
Luminance
0.5660
Every format
| HEX | #dfc0b2 |
| RGB | rgb(223, 192, 178) |
| HSL | hsl(19, 41%, 79%) |
| CMYK | cmyk(0%, 14%, 20%, 13%) |
| LAB | lab(80.0 8.8 11.1) |
| LCH | lch(80.0 14.2 51.6) |
| OKLCH | oklch(0.831 0.041 45.8) |
Copy-ready code
/* CSS */
color: #dfc0b2;
background-color: #dfc0b2;
/* Tailwind (arbitrary) */
class="text-[#dfc0b2] bg-[#dfc0b2]"
/* SCSS */
$brand: #dfc0b2;
/* SwiftUI */
Color(red: 0.875, green: 0.753, blue: 0.698)
/* Android */
Color.parseColor("#dfc0b2")Accessibility — WCAG contrast
Aa
#dfc0b2 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfc0b2 on black: 12.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green75.3%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta13.9%
Yellow20.2%
Key (black)12.5%
Color previews
#dfc0b2 text on a black background
contrast 12.32:1
Card sample
#dfc0b2 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfc0b2;
Background color
Panel with #dfc0b2 background
background-color: #dfc0b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfc0b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 192, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 192, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfc0b2; background: linear-gradient(135deg, #dfc0b2, #DFDEB2);