#dcddce
a light, soft yellow · warm · closest name: Beige
At a glance
Every number on this page in one read: what #dcddce is made of, how bright it looks, and which way it leans.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #dcddce |
| RGB | rgb(220, 221, 206) |
| HSL | hsl(64, 18%, 84%) |
| CMYK | cmyk(1%, 0%, 7%, 13%) |
| LAB | lab(87.7 -3.0 7.2) |
| LCH | lch(87.7 7.8 112.2) |
| OKLCH | oklch(0.893 0.020 109.9) |
| Decimal | 14474702 |
| Display P3 | color(display-p3 0.863 0.867 0.808) |
Copy-ready code
/* CSS */
color: #dcddce;
background-color: #dcddce;
/* Tailwind (arbitrary) */
class="text-[#dcddce] bg-[#dcddce]"
/* SCSS */
$brand: #dcddce;
/* SwiftUI */
Color(red: 0.863, green: 0.867, blue: 0.808)
/* Android */
Color.parseColor("#dcddce")
/* Flutter */
Color(0xFFDCDDCE)
/* Python / OpenCV (BGR) */
(206, 221, 220)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #dcddce is pinned to step 200; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F8F8F6;
--brand-100: #F2F2EE;
--brand-200: #dcddce;
--brand-300: #D0D1BD;
--brand-400: #B8BA9C;
--brand-500: #A0A37A;
--brand-600: #8E9164;
--brand-700: #767854;
--brand-800: #5E6043;
--brand-900: #464733;
--brand-950: #2C2D20;
--brand: #dcddce;
--brand-ink: #000000;
}Colors that work with #dcddce
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #dcddce
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠White text placed on it
- ⚠Thin strokes and 1px borders — they disappear on light UI
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #CFCEDD | Directly opposite — maximum tension | |
| Analogous left | #DDD6CE | Neighbour, quieter | |
| Analogous right | #D4DDCE | Neighbour, quieter | |
| Split-complement 1 | #CED4DD | Contrast without the clash | |
| Split-complement 2 | #D6CEDD | Contrast without the clash | |
| Triadic 1 | #CEDCDD | Even thirds — balanced and loud | |
| Triadic 2 | #DDCEDC | Even thirds — balanced and loud | |
| Tetradic | #CEDDD6 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#dcddce text on a black background
contrast 15.28:1
#dcddce text on a white background
contrast 1.37:1
CSS3 live lab
The quick brown fox
color: #dcddce;
background-color: #dcddce;
Glowing headline
text-shadow: 2px 2px 8px #dcddce;
Soft neon halo
text-shadow: 0 0 14px rgba(220, 221, 206, 0.45);
box-shadow: 0 12px 32px -8px rgba(220, 221, 206, 0.45);
border: 3px solid #dcddce; background: linear-gradient(135deg, #dcddce, #D2DDCE);
Monochromatic scale
Palettes built from #dcddce
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Pearl (#eae0c8) — ΔE2000 5.5 away, with its history, psychology and brand usage.
#dcddce in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#dcddce, answered
What color is #dcddce?
#dcddce is a light soft yellow, closest to Beige (ΔE2000 6.2). It sits at 64° on the hue wheel with 18% saturation and 84% lightness, which reads as warm.
What is the RGB value of #dcddce?
rgb(220, 221, 206) — 220 red, 221 green and 206 blue out of 255, or 86.3% / 86.7% / 80.8% by channel.
Is #dcddce a light or a dark color?
It is a light color. Relative luminance is 0.7138 and perceived brightness is 86%, so black text on it reaches 15.28:1.
Should I use black or white text on #dcddce?
Black. It scores 15.28:1 against #dcddce, versus 1.37:1 for white — AAA at any size.
What is the complementary color of #dcddce?
#CFCEDD sits directly opposite on the wheel. Softer options are the split-complements #CED4DD and #D6CEDD, which give the same contrast with far less vibration.
What colors go well with #dcddce?
For interface work: #F9F9F6 as the surface, #DDDECF for borders, #85885E for secondary text, #4F587D as an accent and #4A4B34 for hover and pressed states. For a palette, the analogous pair #DDD6CE and #D4DDCE stays calm, while #CFCEDD is the loudest partner.
What is #dcddce in CMYK for printing?
cmyk(1%, 0%, 7%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #dcddce warm or cool?
Warm — it scores 39 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DDD8CE; nudged cooler, #D7DECD.