#decbac
a light, soft orange · warm · closest name: tan
RGB
222, 203, 172
HSL
37°, 43%, 77%
CMYK
0, 9, 23, 13
Luminance
0.6122
Every format
| HEX | #decbac |
| RGB | rgb(222, 203, 172) |
| HSL | hsl(37, 43%, 77%) |
| CMYK | cmyk(0%, 9%, 23%, 13%) |
| LAB | lab(82.5 1.8 17.9) |
| LCH | lch(82.5 18.0 84.3) |
| OKLCH | oklch(0.850 0.047 80.0) |
Copy-ready code
/* CSS */
color: #decbac;
background-color: #decbac;
/* Tailwind (arbitrary) */
class="text-[#decbac] bg-[#decbac]"
/* SCSS */
$brand: #decbac;
/* SwiftUI */
Color(red: 0.871, green: 0.796, blue: 0.675)
/* Android */
Color.parseColor("#decbac")Accessibility — WCAG contrast
Aa
#decbac on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decbac on black: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green79.6%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta8.6%
Yellow22.5%
Key (black)12.9%
Color previews
#decbac text on a black background
contrast 13.24:1
Card sample
#decbac text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decbac;
Background color
Panel with #decbac background
background-color: #decbac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decbac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 203, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 203, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decbac; background: linear-gradient(135deg, #decbac, #D0DEAC);