#decf72
a light, vivid yellow · cool · closest name: khaki
RGB
222, 207, 114
HSL
52°, 62%, 66%
CMYK
0, 7, 49, 13
Luminance
0.6137
Every format
| HEX | #decf72 |
| RGB | rgb(222, 207, 114) |
| HSL | hsl(52, 62%, 66%) |
| CMYK | cmyk(0%, 7%, 49%, 13%) |
| LAB | lab(82.6 -7.0 47.8) |
| LCH | lch(82.6 48.3 98.4) |
| OKLCH | oklch(0.847 0.116 100.3) |
Copy-ready code
/* CSS */
color: #decf72;
background-color: #decf72;
/* Tailwind (arbitrary) */
class="text-[#decf72] bg-[#decf72]"
/* SCSS */
$brand: #decf72;
/* SwiftUI */
Color(red: 0.871, green: 0.812, blue: 0.447)
/* Android */
Color.parseColor("#decf72")Accessibility — WCAG contrast
Aa
#decf72 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decf72 on black: 13.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green81.2%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow48.6%
Key (black)12.9%
Color previews
#decf72 text on a black background
contrast 13.27:1
Card sample
#decf72 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decf72;
Background color
Panel with #decf72 background
background-color: #decf72;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decf72;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 207, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 207, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decf72; background: linear-gradient(135deg, #decf72, #A5DE72);