#dec0cc
a light, soft magenta / pink · warm · closest name: Thistle
At a glance
Every number on this page in one read: what #dec0cc 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 | #dec0cc |
| RGB | rgb(222, 192, 204) |
| HSL | hsl(336, 31%, 81%) |
| CMYK | cmyk(0%, 14%, 8%, 13%) |
| LAB | lab(80.5 12.6 -2.1) |
| LCH | lch(80.5 12.8 350.7) |
| OKLCH | oklch(0.837 0.037 351.9) |
| Decimal | 14598348 |
| Display P3 | color(display-p3 0.871 0.753 0.800) |
Copy-ready code
/* CSS */
color: #dec0cc;
background-color: #dec0cc;
/* Tailwind (arbitrary) */
class="text-[#dec0cc] bg-[#dec0cc]"
/* SCSS */
$brand: #dec0cc;
/* SwiftUI */
Color(red: 0.871, green: 0.753, blue: 0.800)
/* Android */
Color.parseColor("#dec0cc")
/* Flutter */
Color(0xFFDEC0CC)
/* Python / OpenCV (BGR) */
(204, 192, 222)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. #dec0cc is pinned to step 300; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F9F5F7;
--brand-100: #F3ECEF;
--brand-200: #E7D5DC;
--brand-300: #dec0cc;
--brand-400: #C591A6;
--brand-500: #B26C88;
--brand-600: #A15473;
--brand-700: #864660;
--brand-800: #6B384C;
--brand-900: #4F2C3A;
--brand-950: #311B24;
--brand: #dec0cc;
--brand-ink: #000000;
}Colors that work with #dec0cc
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 #dec0cc
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
- ⚠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 | #C0DED2 | Directly opposite — maximum tension | |
| Analogous left | #DEC0DB | Neighbour, quieter | |
| Analogous right | #DEC3C0 | Neighbour, quieter | |
| Split-complement 1 | #C0DEC3 | Contrast without the clash | |
| Split-complement 2 | #C0DBDE | Contrast without the clash | |
| Triadic 1 | #CCDEC0 | Even thirds — balanced and loud | |
| Triadic 2 | #C0CCDE | Even thirds — balanced and loud | |
| Tetradic | #DBDEC0 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#dec0cc text on a black background
contrast 12.52:1
#dec0cc text on a white background
contrast 1.68:1
CSS3 live lab
The quick brown fox
color: #dec0cc;
background-color: #dec0cc;
Glowing headline
text-shadow: 2px 2px 8px #dec0cc;
Soft neon halo
text-shadow: 0 0 14px rgba(222, 192, 204, 0.45);
box-shadow: 0 12px 32px -8px rgba(222, 192, 204, 0.45);
border: 3px solid #dec0cc; background: linear-gradient(135deg, #dec0cc, #DEC8C0);
Monochromatic scale
Palettes built from #dec0cc
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: Thistle (#d8bfd8) — ΔE2000 4.9 away, with its history, psychology and brand usage.
#dec0cc 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.
#dec0cc, answered
What color is #dec0cc?
#dec0cc is a light soft magenta / pink, closest to Thistle (ΔE2000 4.9). It sits at 336° on the hue wheel with 31% saturation and 81% lightness, which reads as warm.
What is the RGB value of #dec0cc?
rgb(222, 192, 204) — 222 red, 192 green and 204 blue out of 255, or 87.1% / 75.3% / 80% by channel.
Is #dec0cc a light or a dark color?
It is a light color. Relative luminance is 0.5759 and perceived brightness is 80%, so black text on it reaches 12.52:1.
Should I use black or white text on #dec0cc?
Black. It scores 12.52:1 against #dec0cc, versus 1.68:1 for white — AAA at any size.
What is the complementary color of #dec0cc?
#C0DED2 sits directly opposite on the wheel. Softer options are the split-complements #C0DEC3 and #C0DBDE, which give the same contrast with far less vibration.
What colors go well with #dec0cc?
For interface work: #FAF5F7 as the surface, #E3C9D4 for borders, #974F6C for secondary text, #428A5B as an accent and #542C3C for hover and pressed states. For a palette, the analogous pair #DEC0DB and #DEC3C0 stays calm, while #C0DED2 is the loudest partner.
What is #dec0cc in CMYK for printing?
cmyk(0%, 14%, 8%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #dec0cc warm or cool?
Warm — it scores 32 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DEC0C1; nudged cooler, #DFBFD8.