#deccab
a light, soft orange · warm · closest name: tan
RGB
222, 204, 171
HSL
39°, 44%, 77%
CMYK
0, 8, 23, 13
Luminance
0.6166
Every format
| HEX | #deccab |
| RGB | rgb(222, 204, 171) |
| HSL | hsl(39, 44%, 77%) |
| CMYK | cmyk(0%, 8%, 23%, 13%) |
| LAB | lab(82.7 1.1 18.7) |
| LCH | lch(82.7 18.8 86.6) |
| OKLCH | oklch(0.852 0.048 82.7) |
Copy-ready code
/* CSS */
color: #deccab;
background-color: #deccab;
/* Tailwind (arbitrary) */
class="text-[#deccab] bg-[#deccab]"
/* SCSS */
$brand: #deccab;
/* SwiftUI */
Color(red: 0.871, green: 0.800, blue: 0.671)
/* Android */
Color.parseColor("#deccab")Accessibility — WCAG contrast
Aa
#deccab on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deccab on black: 13.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green80.0%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta8.1%
Yellow23.0%
Key (black)12.9%
Color previews
#deccab text on a black background
contrast 13.33:1
Card sample
#deccab text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deccab;
Background color
Panel with #deccab background
background-color: #deccab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deccab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 204, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 204, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deccab; background: linear-gradient(135deg, #deccab, #CEDEAB);