#decf6a
a balanced, vivid yellow · cool · closest name: khaki
RGB
222, 207, 106
HSL
52°, 64%, 64%
CMYK
0, 7, 52, 13
Luminance
0.6120
Every format
| HEX | #decf6a |
| RGB | rgb(222, 207, 106) |
| HSL | hsl(52, 64%, 64%) |
| CMYK | cmyk(0%, 7%, 52%, 13%) |
| LAB | lab(82.5 -7.8 51.5) |
| LCH | lch(82.5 52.1 98.6) |
| OKLCH | oklch(0.846 0.124 101.0) |
Copy-ready code
/* CSS */
color: #decf6a;
background-color: #decf6a;
/* Tailwind (arbitrary) */
class="text-[#decf6a] bg-[#decf6a]"
/* SCSS */
$brand: #decf6a;
/* SwiftUI */
Color(red: 0.871, green: 0.812, blue: 0.416)
/* Android */
Color.parseColor("#decf6a")Accessibility — WCAG contrast
Aa
#decf6a on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decf6a on black: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green81.2%
Blue41.6%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow52.3%
Key (black)12.9%
Color previews
#decf6a text on a black background
contrast 13.24:1
Card sample
#decf6a text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decf6a;
Background color
Panel with #decf6a background
background-color: #decf6a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decf6a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 207, 106, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 207, 106, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decf6a; background: linear-gradient(135deg, #decf6a, #A0DE6A);