#decf76
a light, vivid yellow · cool · closest name: khaki
RGB
222, 207, 118
HSL
51°, 61%, 67%
CMYK
0, 7, 47, 13
Luminance
0.6146
Every format
| HEX | #decf76 |
| RGB | rgb(222, 207, 118) |
| HSL | hsl(51, 61%, 67%) |
| CMYK | cmyk(0%, 7%, 47%, 13%) |
| LAB | lab(82.6 -6.7 45.9) |
| LCH | lch(82.6 46.3 98.3) |
| OKLCH | oklch(0.848 0.112 99.9) |
Copy-ready code
/* CSS */
color: #decf76;
background-color: #decf76;
/* Tailwind (arbitrary) */
class="text-[#decf76] bg-[#decf76]"
/* SCSS */
$brand: #decf76;
/* SwiftUI */
Color(red: 0.871, green: 0.812, blue: 0.463)
/* Android */
Color.parseColor("#decf76")Accessibility — WCAG contrast
Aa
#decf76 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decf76 on black: 13.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green81.2%
Blue46.3%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow46.8%
Key (black)12.9%
Color previews
#decf76 text on a black background
contrast 13.29:1
Card sample
#decf76 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decf76;
Background color
Panel with #decf76 background
background-color: #decf76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decf76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 207, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 207, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decf76; background: linear-gradient(135deg, #decf76, #A8DE76);