#dcccb2
a light, soft orange · warm · closest name: tan
RGB
220, 204, 178
HSL
37°, 38%, 78%
CMYK
0, 7, 19, 14
Luminance
0.6162
Every format
| HEX | #dcccb2 |
| RGB | rgb(220, 204, 178) |
| HSL | hsl(37, 38%, 78%) |
| CMYK | cmyk(0%, 7%, 19%, 14%) |
| LAB | lab(82.7 1.4 15.0) |
| LCH | lch(82.7 15.1 84.7) |
| OKLCH | oklch(0.852 0.039 80.0) |
Copy-ready code
/* CSS */
color: #dcccb2;
background-color: #dcccb2;
/* Tailwind (arbitrary) */
class="text-[#dcccb2] bg-[#dcccb2]"
/* SCSS */
$brand: #dcccb2;
/* SwiftUI */
Color(red: 0.863, green: 0.800, blue: 0.698)
/* Android */
Color.parseColor("#dcccb2")Accessibility — WCAG contrast
Aa
#dcccb2 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcccb2 on black: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green80.0%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta7.3%
Yellow19.1%
Key (black)13.7%
Color previews
#dcccb2 text on a black background
contrast 13.32:1
Card sample
#dcccb2 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcccb2;
Background color
Panel with #dcccb2 background
background-color: #dcccb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcccb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 204, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 204, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcccb2; background: linear-gradient(135deg, #dcccb2, #D0DCB2);