#decf92
a light, vivid yellow · cool · closest name: tan
RGB
222, 207, 146
HSL
48°, 54%, 72%
CMYK
0, 7, 34, 13
Luminance
0.6223
Every format
| HEX | #decf92 |
| RGB | rgb(222, 207, 146) |
| HSL | hsl(48, 54%, 72%) |
| CMYK | cmyk(0%, 7%, 34%, 13%) |
| LAB | lab(83.0 -3.7 32.3) |
| LCH | lch(83.0 32.5 96.5) |
| OKLCH | oklch(0.853 0.081 96.0) |
Copy-ready code
/* CSS */
color: #decf92;
background-color: #decf92;
/* Tailwind (arbitrary) */
class="text-[#decf92] bg-[#decf92]"
/* SCSS */
$brand: #decf92;
/* SwiftUI */
Color(red: 0.871, green: 0.812, blue: 0.573)
/* Android */
Color.parseColor("#decf92")Accessibility — WCAG contrast
Aa
#decf92 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decf92 on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green81.2%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow34.2%
Key (black)12.9%
Color previews
#decf92 text on a black background
contrast 13.45:1
Card sample
#decf92 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decf92;
Background color
Panel with #decf92 background
background-color: #decf92;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decf92;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 207, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 207, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decf92; background: linear-gradient(135deg, #decf92, #BADE92);