#d7afad
a light, soft red · warm · closest name: Rosy Brown
At a glance
Every number on this page in one read: what #d7afad 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 | #d7afad |
| RGB | rgb(215, 175, 173) |
| HSL | hsl(3, 34%, 76%) |
| CMYK | cmyk(0%, 19%, 20%, 16%) |
| LAB | lab(74.9 14.2 6.5) |
| LCH | lch(74.9 15.6 24.6) |
| OKLCH | oklch(0.789 0.047 21.5) |
| Decimal | 14135213 |
| Display P3 | color(display-p3 0.843 0.686 0.678) |
Copy-ready code
/* CSS */
color: #d7afad;
background-color: #d7afad;
/* Tailwind (arbitrary) */
class="text-[#d7afad] bg-[#d7afad]"
/* SCSS */
$brand: #d7afad;
/* SwiftUI */
Color(red: 0.843, green: 0.686, blue: 0.678)
/* Android */
Color.parseColor("#d7afad")
/* Flutter */
Color(0xFFD7AFAD)
/* Python / OpenCV (BGR) */
(173, 175, 215)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. #d7afad 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: #F9F5F5;
--brand-100: #F4ECEC;
--brand-200: #E8D5D4;
--brand-300: #d7afad;
--brand-400: #C8918E;
--brand-500: #B56C68;
--brand-600: #A55450;
--brand-700: #894643;
--brand-800: #6E3836;
--brand-900: #512C2A;
--brand-950: #321B1A;
--brand: #d7afad;
--brand-ink: #000000;
}Colors that work with #d7afad
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 #d7afad
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 | #ADD5D7 | Directly opposite — maximum tension | |
| Analogous left | #D7ADC0 | Neighbour, quieter | |
| Analogous right | #D7C4AD | Neighbour, quieter | |
| Split-complement 1 | #ADD7C4 | Contrast without the clash | |
| Split-complement 2 | #ADC0D7 | Contrast without the clash | |
| Triadic 1 | #ADD7AF | Even thirds — balanced and loud | |
| Triadic 2 | #AFADD7 | Even thirds — balanced and loud | |
| Tetradic | #C0D7AD | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#d7afad text on a black background
contrast 10.62:1
#d7afad text on a white background
contrast 1.98:1
CSS3 live lab
The quick brown fox
color: #d7afad;
background-color: #d7afad;
Glowing headline
text-shadow: 2px 2px 8px #d7afad;
Soft neon halo
text-shadow: 0 0 14px rgba(215, 175, 173, 0.45);
box-shadow: 0 12px 32px -8px rgba(215, 175, 173, 0.45);
border: 3px solid #d7afad; background: linear-gradient(135deg, #d7afad, #D7CBAD);
Monochromatic scale
Palettes built from #d7afad
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 9.2 away, with its history, psychology and brand usage.
#d7afad 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.
#d7afad, answered
What color is #d7afad?
#d7afad is a light soft red, closest to Rosy Brown (ΔE2000 9). It sits at 3° on the hue wheel with 34% saturation and 76% lightness, which reads as warm.
What is the RGB value of #d7afad?
rgb(215, 175, 173) — 215 red, 175 green and 173 blue out of 255, or 84.3% / 68.6% / 67.8% by channel.
Is #d7afad a light or a dark color?
It is a mid-tone. Relative luminance is 0.4812 and perceived brightness is 74%, so black text on it reaches 10.62:1.
Should I use black or white text on #d7afad?
Black. It scores 10.62:1 against #d7afad, versus 1.98:1 for white — AAA at any size.
What is the complementary color of #d7afad?
#ADD5D7 sits directly opposite on the wheel. Softer options are the split-complements #ADD7C4 and #ADC0D7, which give the same contrast with far less vibration.
What colors go well with #d7afad?
For interface work: #FAF5F5 as the surface, #E4CAC8 for borders, #9A4F4B for secondary text, #408C7D as an accent and #562C2A for hover and pressed states. For a palette, the analogous pair #D7ADC0 and #D7C4AD stays calm, while #ADD5D7 is the loudest partner.
What is #d7afad in CMYK for printing?
cmyk(0%, 19%, 20%, 16%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #d7afad warm or cool?
Warm — it scores 16 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #D7BCAD; nudged cooler, #D8ACBA.