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