#decf1c
a balanced, electric yellow · cool · closest name: gold
RGB
222, 207, 28
HSL
55°, 78%, 49%
CMYK
0, 7, 87, 13
Luminance
0.6024
Every format
| HEX | #decf1c |
| RGB | rgb(222, 207, 28) |
| HSL | hsl(55, 78%, 49%) |
| CMYK | cmyk(0%, 7%, 87%, 13%) |
| LAB | lab(82.0 -11.7 78.8) |
| LCH | lch(82.0 79.7 98.4) |
| OKLCH | oklch(0.841 0.173 104.0) |
Copy-ready code
/* CSS */
color: #decf1c;
background-color: #decf1c;
/* Tailwind (arbitrary) */
class="text-[#decf1c] bg-[#decf1c]"
/* SCSS */
$brand: #decf1c;
/* SwiftUI */
Color(red: 0.871, green: 0.812, blue: 0.110)
/* Android */
Color.parseColor("#decf1c")Accessibility — WCAG contrast
Aa
#decf1c on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decf1c on black: 13.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green81.2%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow87.4%
Key (black)12.9%
Color previews
#decf1c text on a black background
contrast 13.05:1
Card sample
#decf1c text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decf1c;
Background color
Panel with #decf1c background
background-color: #decf1c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decf1c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 207, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 207, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decf1c; background: linear-gradient(135deg, #decf1c, #6BDE1C);