#dfccac
a light, soft orange · warm · closest name: tan
RGB
223, 204, 172
HSL
38°, 44%, 78%
CMYK
0, 9, 23, 13
Luminance
0.6185
Every format
| HEX | #dfccac |
| RGB | rgb(223, 204, 172) |
| HSL | hsl(38, 44%, 78%) |
| CMYK | cmyk(0%, 9%, 23%, 13%) |
| LAB | lab(82.8 1.6 18.4) |
| LCH | lch(82.8 18.4 84.9) |
| OKLCH | oklch(0.853 0.048 80.8) |
Copy-ready code
/* CSS */
color: #dfccac;
background-color: #dfccac;
/* Tailwind (arbitrary) */
class="text-[#dfccac] bg-[#dfccac]"
/* SCSS */
$brand: #dfccac;
/* SwiftUI */
Color(red: 0.875, green: 0.800, blue: 0.675)
/* Android */
Color.parseColor("#dfccac")Accessibility — WCAG contrast
Aa
#dfccac on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfccac on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green80.0%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta8.5%
Yellow22.9%
Key (black)12.5%
Color previews
#dfccac text on a black background
contrast 13.37:1
Card sample
#dfccac text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfccac;
Background color
Panel with #dfccac background
background-color: #dfccac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfccac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 204, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 204, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfccac; background: linear-gradient(135deg, #dfccac, #D0DFAC);