#dcc57f
a light, vivid yellow · cool · closest name: khaki
RGB
220, 197, 127
HSL
45°, 57%, 68%
CMYK
0, 11, 42, 14
Luminance
0.5668
Every format
| HEX | #dcc57f |
| RGB | rgb(220, 197, 127) |
| HSL | hsl(45, 57%, 68%) |
| CMYK | cmyk(0%, 11%, 42%, 14%) |
| LAB | lab(80.0 -1.4 38.0) |
| LCH | lch(80.0 38.0 92.2) |
| OKLCH | oklch(0.827 0.093 91.9) |
Copy-ready code
/* CSS */
color: #dcc57f;
background-color: #dcc57f;
/* Tailwind (arbitrary) */
class="text-[#dcc57f] bg-[#dcc57f]"
/* SCSS */
$brand: #dcc57f;
/* SwiftUI */
Color(red: 0.863, green: 0.773, blue: 0.498)
/* Android */
Color.parseColor("#dcc57f")Accessibility — WCAG contrast
Aa
#dcc57f on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcc57f on black: 12.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green77.3%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta10.5%
Yellow42.3%
Key (black)13.7%
Color previews
#dcc57f text on a black background
contrast 12.34:1
Card sample
#dcc57f text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcc57f;
Background color
Panel with #dcc57f background
background-color: #dcc57f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcc57f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 197, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 197, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcc57f; background: linear-gradient(135deg, #dcc57f, #B5DC7F);