#dccaaf
a light, soft orange · warm · closest name: tan
RGB
220, 202, 175
HSL
36°, 39%, 78%
CMYK
0, 8, 21, 14
Luminance
0.6055
Every format
| HEX | #dccaaf |
| RGB | rgb(220, 202, 175) |
| HSL | hsl(36, 39%, 78%) |
| CMYK | cmyk(0%, 8%, 21%, 14%) |
| LAB | lab(82.1 2.0 15.8) |
| LCH | lch(82.1 15.9 82.8) |
| OKLCH | oklch(0.847 0.042 78.0) |
Copy-ready code
/* CSS */
color: #dccaaf;
background-color: #dccaaf;
/* Tailwind (arbitrary) */
class="text-[#dccaaf] bg-[#dccaaf]"
/* SCSS */
$brand: #dccaaf;
/* SwiftUI */
Color(red: 0.863, green: 0.792, blue: 0.686)
/* Android */
Color.parseColor("#dccaaf")Accessibility — WCAG contrast
Aa
#dccaaf on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dccaaf on black: 13.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green79.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta8.2%
Yellow20.5%
Key (black)13.7%
Color previews
#dccaaf text on a black background
contrast 13.11:1
Card sample
#dccaaf text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dccaaf;
Background color
Panel with #dccaaf background
background-color: #dccaaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dccaaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 202, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 202, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dccaaf; background: linear-gradient(135deg, #dccaaf, #D0DCAF);