#dfccaa
a light, vivid orange · warm · closest name: tan
RGB
223, 204, 170
HSL
39°, 45%, 77%
CMYK
0, 9, 24, 13
Luminance
0.6178
Every format
| HEX | #dfccaa |
| RGB | rgb(223, 204, 170) |
| HSL | hsl(39, 45%, 77%) |
| CMYK | cmyk(0%, 9%, 24%, 13%) |
| LAB | lab(82.8 1.4 19.4) |
| LCH | lch(82.8 19.4 86.0) |
| OKLCH | oklch(0.852 0.050 82.1) |
Copy-ready code
/* CSS */
color: #dfccaa;
background-color: #dfccaa;
/* Tailwind (arbitrary) */
class="text-[#dfccaa] bg-[#dfccaa]"
/* SCSS */
$brand: #dfccaa;
/* SwiftUI */
Color(red: 0.875, green: 0.800, blue: 0.667)
/* Android */
Color.parseColor("#dfccaa")Accessibility — WCAG contrast
Aa
#dfccaa on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfccaa on black: 13.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green80.0%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta8.5%
Yellow23.8%
Key (black)12.5%
Color previews
#dfccaa text on a black background
contrast 13.36:1
Card sample
#dfccaa text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfccaa;
Background color
Panel with #dfccaa background
background-color: #dfccaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfccaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 204, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 204, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfccaa; background: linear-gradient(135deg, #dfccaa, #CFDFAA);