#decfaa
a light, soft yellow · warm · closest name: tan
RGB
222, 207, 170
HSL
43°, 44%, 77%
CMYK
0, 7, 23, 13
Luminance
0.6306
Every format
| HEX | #decfaa |
| RGB | rgb(222, 207, 170) |
| HSL | hsl(43, 44%, 77%) |
| CMYK | cmyk(0%, 7%, 23%, 13%) |
| LAB | lab(83.5 -0.6 20.3) |
| LCH | lch(83.5 20.3 91.6) |
| OKLCH | oklch(0.857 0.052 88.6) |
Copy-ready code
/* CSS */
color: #decfaa;
background-color: #decfaa;
/* Tailwind (arbitrary) */
class="text-[#decfaa] bg-[#decfaa]"
/* SCSS */
$brand: #decfaa;
/* SwiftUI */
Color(red: 0.871, green: 0.812, blue: 0.667)
/* Android */
Color.parseColor("#decfaa")Accessibility — WCAG contrast
Aa
#decfaa on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decfaa on black: 13.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green81.2%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow23.4%
Key (black)12.9%
Color previews
#decfaa text on a black background
contrast 13.61:1
Card sample
#decfaa text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decfaa;
Background color
Panel with #decfaa background
background-color: #decfaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decfaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 207, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 207, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decfaa; background: linear-gradient(135deg, #decfaa, #CADEAA);