#dcceb3
a light, soft orange · warm · closest name: tan
RGB
220, 206, 179
HSL
40°, 37%, 78%
CMYK
0, 6, 19, 14
Luminance
0.6261
Every format
| HEX | #dcceb3 |
| RGB | rgb(220, 206, 179) |
| HSL | hsl(40, 37%, 78%) |
| CMYK | cmyk(0%, 6%, 19%, 14%) |
| LAB | lab(83.2 0.5 15.2) |
| LCH | lch(83.2 15.2 88.1) |
| OKLCH | oklch(0.856 0.040 83.8) |
Copy-ready code
/* CSS */
color: #dcceb3;
background-color: #dcceb3;
/* Tailwind (arbitrary) */
class="text-[#dcceb3] bg-[#dcceb3]"
/* SCSS */
$brand: #dcceb3;
/* SwiftUI */
Color(red: 0.863, green: 0.808, blue: 0.702)
/* Android */
Color.parseColor("#dcceb3")Accessibility — WCAG contrast
Aa
#dcceb3 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcceb3 on black: 13.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green80.8%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow18.6%
Key (black)13.7%
Color previews
#dcceb3 text on a black background
contrast 13.52:1
Card sample
#dcceb3 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcceb3;
Background color
Panel with #dcceb3 background
background-color: #dcceb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcceb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 206, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 206, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcceb3; background: linear-gradient(135deg, #dcceb3, #CFDCB3);