#dfcc9b
a light, vivid yellow · warm · closest name: tan
RGB
223, 204, 155
HSL
43°, 52%, 74%
CMYK
0, 9, 31, 13
Luminance
0.6124
Every format
| HEX | #dfcc9b |
| RGB | rgb(223, 204, 155) |
| HSL | hsl(43, 52%, 74%) |
| CMYK | cmyk(0%, 9%, 31%, 13%) |
| LAB | lab(82.5 -0.7 26.9) |
| LCH | lch(82.5 26.9 91.4) |
| OKLCH | oklch(0.849 0.068 89.3) |
Copy-ready code
/* CSS */
color: #dfcc9b;
background-color: #dfcc9b;
/* Tailwind (arbitrary) */
class="text-[#dfcc9b] bg-[#dfcc9b]"
/* SCSS */
$brand: #dfcc9b;
/* SwiftUI */
Color(red: 0.875, green: 0.800, blue: 0.608)
/* Android */
Color.parseColor("#dfcc9b")Accessibility — WCAG contrast
Aa
#dfcc9b on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcc9b on black: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green80.0%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta8.5%
Yellow30.5%
Key (black)12.5%
Color previews
#dfcc9b text on a black background
contrast 13.25:1
Card sample
#dfcc9b text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcc9b;
Background color
Panel with #dfcc9b background
background-color: #dfcc9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcc9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 204, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 204, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcc9b; background: linear-gradient(135deg, #dfcc9b, #C5DF9B);