#dec37f
a light, vivid yellow · warm · closest name: tan
RGB
222, 195, 127
HSL
43°, 59%, 68%
CMYK
0, 12, 43, 13
Luminance
0.5609
Every format
| HEX | #dec37f |
| RGB | rgb(222, 195, 127) |
| HSL | hsl(43, 59%, 68%) |
| CMYK | cmyk(0%, 12%, 43%, 13%) |
| LAB | lab(79.7 0.4 37.6) |
| LCH | lch(79.7 37.6 89.4) |
| OKLCH | oklch(0.825 0.092 88.7) |
Copy-ready code
/* CSS */
color: #dec37f;
background-color: #dec37f;
/* Tailwind (arbitrary) */
class="text-[#dec37f] bg-[#dec37f]"
/* SCSS */
$brand: #dec37f;
/* SwiftUI */
Color(red: 0.871, green: 0.765, blue: 0.498)
/* Android */
Color.parseColor("#dec37f")Accessibility — WCAG contrast
Aa
#dec37f on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dec37f on black: 12.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green76.5%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta12.2%
Yellow42.8%
Key (black)12.9%
Color previews
#dec37f text on a black background
contrast 12.22:1
Card sample
#dec37f text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dec37f;
Background color
Panel with #dec37f background
background-color: #dec37f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dec37f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 195, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 195, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dec37f; background: linear-gradient(135deg, #dec37f, #BADE7F);