#dfcc8f
a light, vivid yellow · cool · closest name: tan
RGB
223, 204, 143
HSL
46°, 56%, 72%
CMYK
0, 9, 36, 13
Luminance
0.6086
Every format
| HEX | #dfcc8f |
| RGB | rgb(223, 204, 143) |
| HSL | hsl(46, 56%, 72%) |
| CMYK | cmyk(0%, 9%, 36%, 13%) |
| LAB | lab(82.3 -2.1 32.8) |
| LCH | lch(82.3 32.9 93.7) |
| OKLCH | oklch(0.847 0.082 92.8) |
Copy-ready code
/* CSS */
color: #dfcc8f;
background-color: #dfcc8f;
/* Tailwind (arbitrary) */
class="text-[#dfcc8f] bg-[#dfcc8f]"
/* SCSS */
$brand: #dfcc8f;
/* SwiftUI */
Color(red: 0.875, green: 0.800, blue: 0.561)
/* Android */
Color.parseColor("#dfcc8f")Accessibility — WCAG contrast
Aa
#dfcc8f on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcc8f on black: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green80.0%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta8.5%
Yellow35.9%
Key (black)12.5%
Color previews
#dfcc8f text on a black background
contrast 13.17:1
Card sample
#dfcc8f text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcc8f;
Background color
Panel with #dfcc8f background
background-color: #dfcc8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcc8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 204, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 204, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcc8f; background: linear-gradient(135deg, #dfcc8f, #BDDF8F);