#dec36f
a light, vivid yellow · cool · closest name: khaki
RGB
222, 195, 111
HSL
45°, 63%, 65%
CMYK
0, 12, 50, 13
Luminance
0.5571
Every format
| HEX | #dec36f |
| RGB | rgb(222, 195, 111) |
| HSL | hsl(45, 63%, 65%) |
| CMYK | cmyk(0%, 12%, 50%, 13%) |
| LAB | lab(79.5 -1.1 45.4) |
| LCH | lch(79.5 45.4 91.4) |
| OKLCH | oklch(0.823 0.108 92.1) |
Copy-ready code
/* CSS */
color: #dec36f;
background-color: #dec36f;
/* Tailwind (arbitrary) */
class="text-[#dec36f] bg-[#dec36f]"
/* SCSS */
$brand: #dec36f;
/* SwiftUI */
Color(red: 0.871, green: 0.765, blue: 0.435)
/* Android */
Color.parseColor("#dec36f")Accessibility — WCAG contrast
Aa
#dec36f on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dec36f on black: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green76.5%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta12.2%
Yellow50.0%
Key (black)12.9%
Color previews
#dec36f text on a black background
contrast 12.14:1
Card sample
#dec36f text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dec36f;
Background color
Panel with #dec36f background
background-color: #dec36f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dec36f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 195, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 195, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dec36f; background: linear-gradient(135deg, #dec36f, #AFDE6F);