#decf6d
a balanced, vivid yellow · cool · closest name: khaki
RGB
222, 207, 109
HSL
52°, 63%, 65%
CMYK
0, 7, 51, 13
Luminance
0.6126
Every format
| HEX | #decf6d |
| RGB | rgb(222, 207, 109) |
| HSL | hsl(52, 63%, 65%) |
| CMYK | cmyk(0%, 7%, 51%, 13%) |
| LAB | lab(82.5 -7.5 50.1) |
| LCH | lch(82.5 50.6 98.5) |
| OKLCH | oklch(0.847 0.121 100.7) |
Copy-ready code
/* CSS */
color: #decf6d;
background-color: #decf6d;
/* Tailwind (arbitrary) */
class="text-[#decf6d] bg-[#decf6d]"
/* SCSS */
$brand: #decf6d;
/* SwiftUI */
Color(red: 0.871, green: 0.812, blue: 0.427)
/* Android */
Color.parseColor("#decf6d")Accessibility — WCAG contrast
Aa
#decf6d on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decf6d on black: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green81.2%
Blue42.7%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow50.9%
Key (black)12.9%
Color previews
#decf6d text on a black background
contrast 13.25:1
Card sample
#decf6d text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decf6d;
Background color
Panel with #decf6d background
background-color: #decf6d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decf6d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 207, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 207, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decf6d; background: linear-gradient(135deg, #decf6d, #A2DE6D);