#decf0b
a balanced, electric yellow · cool · closest name: gold
RGB
222, 207, 11
HSL
56°, 91%, 46%
CMYK
0, 7, 95, 13
Luminance
0.6018
Every format
| HEX | #decf0b |
| RGB | rgb(222, 207, 11) |
| HSL | hsl(56, 91%, 46%) |
| CMYK | cmyk(0%, 7%, 95%, 13%) |
| LAB | lab(81.9 -11.9 81.2) |
| LCH | lch(81.9 82.1 98.3) |
| OKLCH | oklch(0.840 0.176 104.2) |
Copy-ready code
/* CSS */
color: #decf0b;
background-color: #decf0b;
/* Tailwind (arbitrary) */
class="text-[#decf0b] bg-[#decf0b]"
/* SCSS */
$brand: #decf0b;
/* SwiftUI */
Color(red: 0.871, green: 0.812, blue: 0.043)
/* Android */
Color.parseColor("#decf0b")Accessibility — WCAG contrast
Aa
#decf0b on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decf0b on black: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green81.2%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow95.0%
Key (black)12.9%
Color previews
#decf0b text on a black background
contrast 13.04:1
Card sample
#decf0b text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decf0b;
Background color
Panel with #decf0b background
background-color: #decf0b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decf0b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 207, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 207, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decf0b; background: linear-gradient(135deg, #decf0b, #60DE0B);