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