#decf97
a light, vivid yellow · cool · closest name: tan
RGB
222, 207, 151
HSL
47°, 52%, 73%
CMYK
0, 7, 32, 13
Luminance
0.6239
Every format
| HEX | #decf97 |
| RGB | rgb(222, 207, 151) |
| HSL | hsl(47, 52%, 73%) |
| CMYK | cmyk(0%, 7%, 32%, 13%) |
| LAB | lab(83.1 -3.1 29.8) |
| LCH | lch(83.1 29.9 95.9) |
| OKLCH | oklch(0.853 0.075 94.9) |
Copy-ready code
/* CSS */
color: #decf97;
background-color: #decf97;
/* Tailwind (arbitrary) */
class="text-[#decf97] bg-[#decf97]"
/* SCSS */
$brand: #decf97;
/* SwiftUI */
Color(red: 0.871, green: 0.812, blue: 0.592)
/* Android */
Color.parseColor("#decf97")Accessibility — WCAG contrast
Aa
#decf97 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decf97 on black: 13.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green81.2%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow32.0%
Key (black)12.9%
Color previews
#decf97 text on a black background
contrast 13.48:1
Card sample
#decf97 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decf97;
Background color
Panel with #decf97 background
background-color: #decf97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decf97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 207, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 207, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decf97; background: linear-gradient(135deg, #decf97, #BEDE97);