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