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