#dcaaaf
a light, soft red · warm · closest name: Light Pink
At a glance
Every number on this page in one read: what #dcaaaf 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 | #dcaaaf |
| RGB | rgb(220, 170, 175) |
| HSL | hsl(354, 42%, 77%) |
| CMYK | cmyk(0%, 23%, 21%, 14%) |
| LAB | lab(74.2 19.0 4.5) |
| LCH | lch(74.2 19.6 13.3) |
| OKLCH | oklch(0.785 0.059 11.8) |
| Decimal | 14461615 |
| Display P3 | color(display-p3 0.863 0.667 0.686) |
Copy-ready code
/* CSS */
color: #dcaaaf;
background-color: #dcaaaf;
/* Tailwind (arbitrary) */
class="text-[#dcaaaf] bg-[#dcaaaf]"
/* SCSS */
$brand: #dcaaaf;
/* SwiftUI */
Color(red: 0.863, green: 0.667, blue: 0.686)
/* Android */
Color.parseColor("#dcaaaf")
/* Flutter */
Color(0xFFDCAAAF)
/* Python / OpenCV (BGR) */
(175, 170, 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. #dcaaaf 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: #FAF5F5;
--brand-100: #F5EBEC;
--brand-200: #EAD2D4;
--brand-300: #dcaaaf;
--brand-400: #CE888F;
--brand-500: #BE6069;
--brand-600: #AD4752;
--brand-700: #913B44;
--brand-800: #743036;
--brand-900: #55262A;
--brand-950: #35181B;
--brand: #dcaaaf;
--brand-ink: #000000;
}Colors that work with #dcaaaf
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 #dcaaaf
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 | #AADCD7 | Directly opposite — maximum tension | |
| Analogous left | #DCAAC8 | Neighbour, quieter | |
| Analogous right | #DCBEAA | Neighbour, quieter | |
| Split-complement 1 | #AADCBE | Contrast without the clash | |
| Split-complement 2 | #AAC8DC | Contrast without the clash | |
| Triadic 1 | #AFDCAA | Even thirds — balanced and loud | |
| Triadic 2 | #AAAFDC | Even thirds — balanced and loud | |
| Tetradic | #C8DCAA | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#dcaaaf text on a black background
contrast 10.41:1
#dcaaaf text on a white background
contrast 2.02:1
CSS3 live lab
The quick brown fox
color: #dcaaaf;
background-color: #dcaaaf;
Glowing headline
text-shadow: 2px 2px 8px #dcaaaf;
Soft neon halo
text-shadow: 0 0 14px rgba(220, 170, 175, 0.45);
box-shadow: 0 12px 32px -8px rgba(220, 170, 175, 0.45);
border: 3px solid #dcaaaf; background: linear-gradient(135deg, #dcaaaf, #DCC6AA);
Monochromatic scale
Palettes built from #dcaaaf
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: Pink (#ffc0cb) — ΔE2000 7.2 away, with its history, psychology and brand usage.
#dcaaaf 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.
#dcaaaf, answered
What color is #dcaaaf?
#dcaaaf is a light soft red, closest to Light Pink (ΔE2000 6.7). It sits at 354° on the hue wheel with 42% saturation and 77% lightness, which reads as warm.
What is the RGB value of #dcaaaf?
rgb(220, 170, 175) — 220 red, 170 green and 175 blue out of 255, or 86.3% / 66.7% / 68.6% by channel.
Is #dcaaaf a light or a dark color?
It is a mid-tone. Relative luminance is 0.4706 and perceived brightness is 73%, so black text on it reaches 10.41:1.
Should I use black or white text on #dcaaaf?
Black. It scores 10.41:1 against #dcaaaf, versus 2.02:1 for white — AAA at any size.
What is the complementary color of #dcaaaf?
#AADCD7 sits directly opposite on the wheel. Softer options are the split-complements #AADCBE and #AAC8DC, which give the same contrast with far less vibration.
What colors go well with #dcaaaf?
For interface work: #FAF4F5 as the surface, #E7C5C9 for borders, #9B4B53 for secondary text, #389474 as an accent and #5A252A for hover and pressed states. For a palette, the analogous pair #DCAAC8 and #DCBEAA stays calm, while #AADCD7 is the loudest partner.
What is #dcaaaf in CMYK for printing?
cmyk(0%, 23%, 21%, 14%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #dcaaaf warm or cool?
Warm — it scores 20 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DCB7AA; nudged cooler, #DDA9C1.