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