#decf9c
a light, vivid yellow · cool · closest name: tan
RGB
222, 207, 156
HSL
46°, 50%, 74%
CMYK
0, 7, 30, 13
Luminance
0.6256
Every format
| HEX | #decf9c |
| RGB | rgb(222, 207, 156) |
| HSL | hsl(46, 50%, 74%) |
| CMYK | cmyk(0%, 7%, 30%, 13%) |
| LAB | lab(83.2 -2.5 27.3) |
| LCH | lch(83.2 27.4 95.2) |
| OKLCH | oklch(0.854 0.069 93.6) |
Copy-ready code
/* CSS */
color: #decf9c;
background-color: #decf9c;
/* Tailwind (arbitrary) */
class="text-[#decf9c] bg-[#decf9c]"
/* SCSS */
$brand: #decf9c;
/* SwiftUI */
Color(red: 0.871, green: 0.812, blue: 0.612)
/* Android */
Color.parseColor("#decf9c")Accessibility — WCAG contrast
Aa
#decf9c on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decf9c on black: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green81.2%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow29.7%
Key (black)12.9%
Color previews
#decf9c text on a black background
contrast 13.51:1
Card sample
#decf9c text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decf9c;
Background color
Panel with #decf9c background
background-color: #decf9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decf9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 207, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 207, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decf9c; background: linear-gradient(135deg, #decf9c, #C1DE9C);