#decf9f
a light, vivid yellow · cool · closest name: tan
RGB
222, 207, 159
HSL
46°, 49%, 75%
CMYK
0, 7, 28, 13
Luminance
0.6266
Every format
| HEX | #decf9f |
| RGB | rgb(222, 207, 159) |
| HSL | hsl(46, 49%, 75%) |
| CMYK | cmyk(0%, 7%, 28%, 13%) |
| LAB | lab(83.3 -2.1 25.8) |
| LCH | lch(83.3 25.9 94.6) |
| OKLCH | oklch(0.855 0.065 92.8) |
Copy-ready code
/* CSS */
color: #decf9f;
background-color: #decf9f;
/* Tailwind (arbitrary) */
class="text-[#decf9f] bg-[#decf9f]"
/* SCSS */
$brand: #decf9f;
/* SwiftUI */
Color(red: 0.871, green: 0.812, blue: 0.624)
/* Android */
Color.parseColor("#decf9f")Accessibility — WCAG contrast
Aa
#decf9f on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decf9f on black: 13.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green81.2%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow28.4%
Key (black)12.9%
Color previews
#decf9f text on a black background
contrast 13.53:1
Card sample
#decf9f text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decf9f;
Background color
Panel with #decf9f background
background-color: #decf9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decf9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 207, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 207, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decf9f; background: linear-gradient(135deg, #decf9f, #C3DE9F);