#dcd47f
a light, vivid yellow · cool · closest name: khaki
RGB
220, 212, 127
HSL
55°, 57%, 68%
CMYK
0, 4, 42, 14
Luminance
0.6383
Every format
| HEX | #dcd47f |
| RGB | rgb(220, 212, 127) |
| HSL | hsl(55, 57%, 68%) |
| CMYK | cmyk(0%, 4%, 42%, 14%) |
| LAB | lab(83.9 -9.1 42.9) |
| LCH | lch(83.9 43.9 102.0) |
| OKLCH | oklch(0.858 0.107 103.7) |
Copy-ready code
/* CSS */
color: #dcd47f;
background-color: #dcd47f;
/* Tailwind (arbitrary) */
class="text-[#dcd47f] bg-[#dcd47f]"
/* SCSS */
$brand: #dcd47f;
/* SwiftUI */
Color(red: 0.863, green: 0.831, blue: 0.498)
/* Android */
Color.parseColor("#dcd47f")Accessibility — WCAG contrast
Aa
#dcd47f on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcd47f on black: 13.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green83.1%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow42.3%
Key (black)13.7%
Color previews
#dcd47f text on a black background
contrast 13.77:1
Card sample
#dcd47f text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcd47f;
Background color
Panel with #dcd47f background
background-color: #dcd47f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcd47f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 212, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 212, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcd47f; background: linear-gradient(135deg, #dcd47f, #A6DC7F);