#dcd2cb
a light, soft orange · warm · closest name: silver
RGB
220, 210, 203
HSL
25°, 20%, 83%
CMYK
0, 5, 8, 14
Luminance
0.6562
Every format
| HEX | #dcd2cb |
| RGB | rgb(220, 210, 203) |
| HSL | hsl(25, 20%, 83%) |
| CMYK | cmyk(0%, 5%, 8%, 14%) |
| LAB | lab(84.8 2.2 4.7) |
| LCH | lch(84.8 5.2 64.5) |
| OKLCH | oklch(0.870 0.015 57.6) |
Copy-ready code
/* CSS */
color: #dcd2cb;
background-color: #dcd2cb;
/* Tailwind (arbitrary) */
class="text-[#dcd2cb] bg-[#dcd2cb]"
/* SCSS */
$brand: #dcd2cb;
/* SwiftUI */
Color(red: 0.863, green: 0.824, blue: 0.796)
/* Android */
Color.parseColor("#dcd2cb")Accessibility — WCAG contrast
Aa
#dcd2cb on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcd2cb on black: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green82.4%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta4.5%
Yellow7.7%
Key (black)13.7%
Color previews
#dcd2cb text on a black background
contrast 14.12:1
Card sample
#dcd2cb text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcd2cb;
Background color
Panel with #dcd2cb background
background-color: #dcd2cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcd2cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 210, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 210, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcd2cb; background: linear-gradient(135deg, #dcd2cb, #DBDCCB);