#decf5f
a balanced, vivid yellow · cool · closest name: khaki
RGB
222, 207, 95
HSL
53°, 66%, 62%
CMYK
0, 7, 57, 13
Luminance
0.6098
Every format
| HEX | #decf5f |
| RGB | rgb(222, 207, 95) |
| HSL | hsl(53, 66%, 62%) |
| CMYK | cmyk(0%, 7%, 57%, 13%) |
| LAB | lab(82.4 -8.6 56.4) |
| LCH | lch(82.4 57.1 98.7) |
| OKLCH | oklch(0.845 0.134 101.7) |
Copy-ready code
/* CSS */
color: #decf5f;
background-color: #decf5f;
/* Tailwind (arbitrary) */
class="text-[#decf5f] bg-[#decf5f]"
/* SCSS */
$brand: #decf5f;
/* SwiftUI */
Color(red: 0.871, green: 0.812, blue: 0.373)
/* Android */
Color.parseColor("#decf5f")Accessibility — WCAG contrast
Aa
#decf5f on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decf5f on black: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green81.2%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow57.2%
Key (black)12.9%
Color previews
#decf5f text on a black background
contrast 13.20:1
Card sample
#decf5f text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decf5f;
Background color
Panel with #decf5f background
background-color: #decf5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decf5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 207, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 207, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decf5f; background: linear-gradient(135deg, #decf5f, #98DE5F);