#dec85f
a balanced, vivid yellow · cool · closest name: khaki
RGB
222, 200, 95
HSL
50°, 66%, 62%
CMYK
0, 10, 57, 13
Luminance
0.5766
Every format
| HEX | #dec85f |
| RGB | rgb(222, 200, 95) |
| HSL | hsl(50, 66%, 62%) |
| CMYK | cmyk(0%, 10%, 57%, 13%) |
| LAB | lab(80.5 -5.0 54.4) |
| LCH | lch(80.5 54.6 95.3) |
| OKLCH | oklch(0.831 0.128 97.6) |
Copy-ready code
/* CSS */
color: #dec85f;
background-color: #dec85f;
/* Tailwind (arbitrary) */
class="text-[#dec85f] bg-[#dec85f]"
/* SCSS */
$brand: #dec85f;
/* SwiftUI */
Color(red: 0.871, green: 0.784, blue: 0.373)
/* Android */
Color.parseColor("#dec85f")Accessibility — WCAG contrast
Aa
#dec85f on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dec85f on black: 12.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green78.4%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta9.9%
Yellow57.2%
Key (black)12.9%
Color previews
#dec85f text on a black background
contrast 12.53:1
Card sample
#dec85f text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dec85f;
Background color
Panel with #dec85f background
background-color: #dec85f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dec85f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 200, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 200, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dec85f; background: linear-gradient(135deg, #dec85f, #9FDE5F);