#dcd751
a balanced, vivid yellow · cool · closest name: khaki
RGB
220, 215, 81
HSL
58°, 67%, 59%
CMYK
0, 2, 63, 14
Luminance
0.6441
Every format
| HEX | #dcd751 |
| RGB | rgb(220, 215, 81) |
| HSL | hsl(58, 67%, 59%) |
| CMYK | cmyk(0%, 2%, 63%, 14%) |
| LAB | lab(84.2 -14.4 64.4) |
| LCH | lch(84.2 66.0 102.6) |
| OKLCH | oklch(0.859 0.153 107.2) |
Copy-ready code
/* CSS */
color: #dcd751;
background-color: #dcd751;
/* Tailwind (arbitrary) */
class="text-[#dcd751] bg-[#dcd751]"
/* SCSS */
$brand: #dcd751;
/* SwiftUI */
Color(red: 0.863, green: 0.843, blue: 0.318)
/* Android */
Color.parseColor("#dcd751")Accessibility — WCAG contrast
Aa
#dcd751 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcd751 on black: 13.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green84.3%
Blue31.8%
CMYK percentages
Cyan0.0%
Magenta2.3%
Yellow63.2%
Key (black)13.7%
Color previews
#dcd751 text on a black background
contrast 13.88:1
Card sample
#dcd751 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcd751;
Background color
Panel with #dcd751 background
background-color: #dcd751;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcd751;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 215, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 215, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcd751; background: linear-gradient(135deg, #dcd751, #84DC51);