#decf41
a balanced, vivid yellow · cool · closest name: gold
RGB
222, 207, 65
HSL
54°, 70%, 56%
CMYK
0, 7, 71, 13
Luminance
0.6054
Every format
| HEX | #decf41 |
| RGB | rgb(222, 207, 65) |
| HSL | hsl(54, 70%, 56%) |
| CMYK | cmyk(0%, 7%, 71%, 13%) |
| LAB | lab(82.1 -10.4 68.5) |
| LCH | lch(82.1 69.3 98.6) |
| OKLCH | oklch(0.842 0.156 103.2) |
Copy-ready code
/* CSS */
color: #decf41;
background-color: #decf41;
/* Tailwind (arbitrary) */
class="text-[#decf41] bg-[#decf41]"
/* SCSS */
$brand: #decf41;
/* SwiftUI */
Color(red: 0.871, green: 0.812, blue: 0.255)
/* Android */
Color.parseColor("#decf41")Accessibility — WCAG contrast
Aa
#decf41 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decf41 on black: 13.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green81.2%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow70.7%
Key (black)12.9%
Color previews
#decf41 text on a black background
contrast 13.11:1
Card sample
#decf41 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decf41;
Background color
Panel with #decf41 background
background-color: #decf41;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decf41;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 207, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 207, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decf41; background: linear-gradient(135deg, #decf41, #84DE41);