#dfccb5
a light, soft orange · warm · closest name: tan
RGB
223, 204, 181
HSL
33°, 40%, 79%
CMYK
0, 9, 19, 13
Luminance
0.6221
Every format
| HEX | #dfccb5 |
| RGB | rgb(223, 204, 181) |
| HSL | hsl(33, 40%, 79%) |
| CMYK | cmyk(0%, 9%, 19%, 13%) |
| LAB | lab(83.0 3.0 13.9) |
| LCH | lch(83.0 14.2 78.0) |
| OKLCH | oklch(0.855 0.038 72.6) |
Copy-ready code
/* CSS */
color: #dfccb5;
background-color: #dfccb5;
/* Tailwind (arbitrary) */
class="text-[#dfccb5] bg-[#dfccb5]"
/* SCSS */
$brand: #dfccb5;
/* SwiftUI */
Color(red: 0.875, green: 0.800, blue: 0.710)
/* Android */
Color.parseColor("#dfccb5")Accessibility — WCAG contrast
Aa
#dfccb5 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfccb5 on black: 13.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green80.0%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta8.5%
Yellow18.8%
Key (black)12.5%
Color previews
#dfccb5 text on a black background
contrast 13.44:1
Card sample
#dfccb5 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfccb5;
Background color
Panel with #dfccb5 background
background-color: #dfccb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfccb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 204, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 204, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfccb5; background: linear-gradient(135deg, #dfccb5, #D6DFB5);