#dcdf4b
a balanced, vivid yellow · cool · closest name: gold
RGB
220, 223, 75
HSL
61°, 70%, 58%
CMYK
1, 0, 66, 13
Luminance
0.6850
Every format
| HEX | #dcdf4b |
| RGB | rgb(220, 223, 75) |
| HSL | hsl(61, 70%, 58%) |
| CMYK | cmyk(1%, 0%, 66%, 13%) |
| LAB | lab(86.3 -18.7 68.9) |
| LCH | lch(86.3 71.4 105.2) |
| OKLCH | oklch(0.875 0.165 110.5) |
Copy-ready code
/* CSS */
color: #dcdf4b;
background-color: #dcdf4b;
/* Tailwind (arbitrary) */
class="text-[#dcdf4b] bg-[#dcdf4b]"
/* SCSS */
$brand: #dcdf4b;
/* SwiftUI */
Color(red: 0.863, green: 0.875, blue: 0.294)
/* Android */
Color.parseColor("#dcdf4b")Accessibility — WCAG contrast
Aa
#dcdf4b on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcdf4b on black: 14.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green87.5%
Blue29.4%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow66.4%
Key (black)12.5%
Color previews
#dcdf4b text on a black background
contrast 14.70:1
Card sample
#dcdf4b text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcdf4b;
Background color
Panel with #dcdf4b background
background-color: #dcdf4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcdf4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 223, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 223, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcdf4b; background: linear-gradient(135deg, #dcdf4b, #79DF4B);