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