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