#decf82
a light, vivid yellow · cool · closest name: khaki
RGB
222, 207, 130
HSL
50°, 58%, 69%
CMYK
0, 7, 41, 13
Luminance
0.6177
Every format
| HEX | #decf82 |
| RGB | rgb(222, 207, 130) |
| HSL | hsl(50, 58%, 69%) |
| CMYK | cmyk(0%, 7%, 41%, 13%) |
| LAB | lab(82.8 -5.5 40.1) |
| LCH | lch(82.8 40.5 97.8) |
| OKLCH | oklch(0.850 0.099 98.6) |
Copy-ready code
/* CSS */
color: #decf82;
background-color: #decf82;
/* Tailwind (arbitrary) */
class="text-[#decf82] bg-[#decf82]"
/* SCSS */
$brand: #decf82;
/* SwiftUI */
Color(red: 0.871, green: 0.812, blue: 0.510)
/* Android */
Color.parseColor("#decf82")Accessibility — WCAG contrast
Aa
#decf82 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decf82 on black: 13.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green81.2%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow41.4%
Key (black)12.9%
Color previews
#decf82 text on a black background
contrast 13.35:1
Card sample
#decf82 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decf82;
Background color
Panel with #decf82 background
background-color: #decf82;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decf82;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 207, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 207, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decf82; background: linear-gradient(135deg, #decf82, #B0DE82);