#decc5b
a balanced, vivid yellow · cool · closest name: khaki
RGB
222, 204, 91
HSL
52°, 67%, 61%
CMYK
0, 8, 59, 13
Luminance
0.5947
Every format
| HEX | #decc5b |
| RGB | rgb(222, 204, 91) |
| HSL | hsl(52, 67%, 61%) |
| CMYK | cmyk(0%, 8%, 59%, 13%) |
| LAB | lab(81.5 -7.4 57.3) |
| LCH | lch(81.5 57.8 97.3) |
| OKLCH | oklch(0.838 0.134 100.3) |
Copy-ready code
/* CSS */
color: #decc5b;
background-color: #decc5b;
/* Tailwind (arbitrary) */
class="text-[#decc5b] bg-[#decc5b]"
/* SCSS */
$brand: #decc5b;
/* SwiftUI */
Color(red: 0.871, green: 0.800, blue: 0.357)
/* Android */
Color.parseColor("#decc5b")Accessibility — WCAG contrast
Aa
#decc5b on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decc5b on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green80.0%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta8.1%
Yellow59.0%
Key (black)12.9%
Color previews
#decc5b text on a black background
contrast 12.89:1
Card sample
#decc5b text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decc5b;
Background color
Panel with #decc5b background
background-color: #decc5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decc5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 204, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 204, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decc5b; background: linear-gradient(135deg, #decc5b, #99DE5B);