#dcd45f
a balanced, vivid yellow · cool · closest name: khaki
RGB
220, 212, 95
HSL
56°, 64%, 62%
CMYK
0, 4, 57, 14
Luminance
0.6313
Every format
| HEX | #dcd45f |
| RGB | rgb(220, 212, 95) |
| HSL | hsl(56, 64%, 62%) |
| CMYK | cmyk(0%, 4%, 57%, 14%) |
| LAB | lab(83.5 -11.9 57.7) |
| LCH | lch(83.5 58.9 101.7) |
| OKLCH | oklch(0.854 0.139 105.3) |
Copy-ready code
/* CSS */
color: #dcd45f;
background-color: #dcd45f;
/* Tailwind (arbitrary) */
class="text-[#dcd45f] bg-[#dcd45f]"
/* SCSS */
$brand: #dcd45f;
/* SwiftUI */
Color(red: 0.863, green: 0.831, blue: 0.373)
/* Android */
Color.parseColor("#dcd45f")Accessibility — WCAG contrast
Aa
#dcd45f on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcd45f on black: 13.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green83.1%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow56.8%
Key (black)13.7%
Color previews
#dcd45f text on a black background
contrast 13.63:1
Card sample
#dcd45f text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcd45f;
Background color
Panel with #dcd45f background
background-color: #dcd45f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcd45f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 212, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 212, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcd45f; background: linear-gradient(135deg, #dcd45f, #91DC5F);