#dcce21
a balanced, vivid yellow · cool · closest name: gold
RGB
220, 206, 33
HSL
56°, 74%, 50%
CMYK
0, 6, 85, 14
Luminance
0.5947
Every format
| HEX | #dcce21 |
| RGB | rgb(220, 206, 33) |
| HSL | hsl(56, 74%, 50%) |
| CMYK | cmyk(0%, 6%, 85%, 14%) |
| LAB | lab(81.5 -11.9 77.4) |
| LCH | lch(81.5 78.3 98.7) |
| OKLCH | oklch(0.837 0.171 104.3) |
Copy-ready code
/* CSS */
color: #dcce21;
background-color: #dcce21;
/* Tailwind (arbitrary) */
class="text-[#dcce21] bg-[#dcce21]"
/* SCSS */
$brand: #dcce21;
/* SwiftUI */
Color(red: 0.863, green: 0.808, blue: 0.129)
/* Android */
Color.parseColor("#dcce21")Accessibility — WCAG contrast
Aa
#dcce21 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcce21 on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green80.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow85.0%
Key (black)13.7%
Color previews
#dcce21 text on a black background
contrast 12.89:1
Card sample
#dcce21 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcce21;
Background color
Panel with #dcce21 background
background-color: #dcce21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcce21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 206, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 206, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcce21; background: linear-gradient(135deg, #dcce21, #6DDC21);