#dcd151
a balanced, vivid yellow · cool · closest name: khaki
RGB
220, 209, 81
HSL
55°, 67%, 59%
CMYK
0, 5, 63, 14
Luminance
0.6141
Every format
| HEX | #dcd151 |
| RGB | rgb(220, 209, 81) |
| HSL | hsl(55, 67%, 59%) |
| CMYK | cmyk(0%, 5%, 63%, 14%) |
| LAB | lab(82.6 -11.4 62.7) |
| LCH | lch(82.6 63.8 100.3) |
| OKLCH | oklch(0.846 0.147 104.4) |
Copy-ready code
/* CSS */
color: #dcd151;
background-color: #dcd151;
/* Tailwind (arbitrary) */
class="text-[#dcd151] bg-[#dcd151]"
/* SCSS */
$brand: #dcd151;
/* SwiftUI */
Color(red: 0.863, green: 0.820, blue: 0.318)
/* Android */
Color.parseColor("#dcd151")Accessibility — WCAG contrast
Aa
#dcd151 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcd151 on black: 13.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green82.0%
Blue31.8%
CMYK percentages
Cyan0.0%
Magenta5.0%
Yellow63.2%
Key (black)13.7%
Color previews
#dcd151 text on a black background
contrast 13.28:1
Card sample
#dcd151 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcd151;
Background color
Panel with #dcd151 background
background-color: #dcd151;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcd151;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 209, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 209, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcd151; background: linear-gradient(135deg, #dcd151, #8ADC51);