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