#dce44f
a balanced, vivid yellow · cool · closest name: gold
RGB
220, 228, 79
HSL
63°, 73%, 60%
CMYK
4, 0, 65, 11
Luminance
0.7127
Every format
| HEX | #dce44f |
| RGB | rgb(220, 228, 79) |
| HSL | hsl(63, 73%, 60%) |
| CMYK | cmyk(4%, 0%, 65%, 11%) |
| LAB | lab(87.6 -20.9 68.8) |
| LCH | lch(87.6 71.9 106.9) |
| OKLCH | oklch(0.886 0.167 112.3) |
Copy-ready code
/* CSS */
color: #dce44f;
background-color: #dce44f;
/* Tailwind (arbitrary) */
class="text-[#dce44f] bg-[#dce44f]"
/* SCSS */
$brand: #dce44f;
/* SwiftUI */
Color(red: 0.863, green: 0.894, blue: 0.310)
/* Android */
Color.parseColor("#dce44f")Accessibility — WCAG contrast
Aa
#dce44f on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dce44f on black: 15.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green89.4%
Blue31.0%
CMYK percentages
Cyan3.5%
Magenta0.0%
Yellow65.4%
Key (black)10.6%
Color previews
#dce44f text on a black background
contrast 15.25:1
Card sample
#dce44f text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dce44f;
Background color
Panel with #dce44f background
background-color: #dce44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dce44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 228, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 228, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dce44f; background: linear-gradient(135deg, #dce44f, #79E44F);