#ae76af
a balanced, soft magenta / pink · neutral · closest name: Orchid
At a glance
Every number on this page in one read: what #ae76af is made of, how bright it looks, and which way it leans.
Reads neutral. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #ae76af |
| RGB | rgb(174, 118, 175) |
| HSL | hsl(299, 26%, 58%) |
| CMYK | cmyk(1%, 33%, 0%, 31%) |
| LAB | lab(57.1 31.4 -21.5) |
| LCH | lch(57.1 38.1 325.7) |
| OKLCH | oklch(0.643 0.104 326.1) |
| Decimal | 11433647 |
| Display P3 | color(display-p3 0.682 0.463 0.686) |
Copy-ready code
/* CSS */
color: #ae76af;
background-color: #ae76af;
/* Tailwind (arbitrary) */
class="text-[#ae76af] bg-[#ae76af]"
/* SCSS */
$brand: #ae76af;
/* SwiftUI */
Color(red: 0.682, green: 0.463, blue: 0.686)
/* Android */
Color.parseColor("#ae76af")
/* Flutter */
Color(0xFFAE76AF)
/* Python / OpenCV (BGR) */
(175, 118, 174)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. #ae76af is pinned to step 500; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F9F6F9;
--brand-100: #F3EDF3;
--brand-200: #E5D6E6;
--brand-300: #D5B8D6;
--brand-400: #C095C1;
--brand-500: #ae76af;
--brand-600: #995A9B;
--brand-700: #804B81;
--brand-800: #663C67;
--brand-900: #4B2E4C;
--brand-950: #2F1D30;
--brand: #ae76af;
--brand-ink: #000000;
}Colors that work with #ae76af
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 #ae76af
Derived from its contrast, chroma and lightness — not from taste.
- ✓Headings from 24px up on white
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Brand accents, badges and data highlights
- ⚠Small text on white — under 4.5:1
- ⚠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 | #77AF76 | Directly opposite — maximum tension | |
| Analogous left | #9276AF | Neighbour, quieter | |
| Analogous right | #AF7694 | Neighbour, quieter | |
| Split-complement 1 | #94AF76 | Contrast without the clash | |
| Split-complement 2 | #76AF92 | Contrast without the clash | |
| Triadic 1 | #AFAE76 | Even thirds — balanced and loud | |
| Triadic 2 | #76AFAE | Even thirds — balanced and loud | |
| Tetradic | #AF9276 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#ae76af text on a black background
contrast 6.01:1
#ae76af text on a white background
contrast 3.49:1
CSS3 live lab
The quick brown fox
color: #ae76af;
background-color: #ae76af;
Glowing headline
text-shadow: 2px 2px 8px #ae76af;
Soft neon halo
text-shadow: 0 0 14px rgba(174, 118, 175, 0.45);
box-shadow: 0 12px 32px -8px rgba(174, 118, 175, 0.45);
border: 3px solid #ae76af; background: linear-gradient(135deg, #ae76af, #AF768A);
Monochromatic scale
Palettes built from #ae76af
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: Orchid (#da70d6) — ΔE2000 9.6 away, with its history, psychology and brand usage.
#ae76af 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.
#ae76af, answered
What color is #ae76af?
#ae76af is a balanced soft magenta / pink, closest to Orchid (ΔE2000 9.6). It sits at 299° on the hue wheel with 26% saturation and 58% lightness, which reads as neutral.
What is the RGB value of #ae76af?
rgb(174, 118, 175) — 174 red, 118 green and 175 blue out of 255, or 68.2% / 46.3% / 68.6% by channel.
Is #ae76af a light or a dark color?
It is a mid-tone. Relative luminance is 0.2505 and perceived brightness is 56%, so black text on it reaches 6.01:1.
Should I use black or white text on #ae76af?
Black. It scores 6.01:1 against #ae76af, versus 3.49:1 for white — AA at any size.
What is the complementary color of #ae76af?
#77AF76 sits directly opposite on the wheel. Softer options are the split-complements #94AF76 and #76AF92, which give the same contrast with far less vibration.
What colors go well with #ae76af?
For interface work: #F9F5F9 as the surface, #E1CBE1 for borders, #905591 for secondary text, #578547 as an accent and #502F51 for hover and pressed states. For a palette, the analogous pair #9276AF and #AF7694 stays calm, while #77AF76 is the loudest partner.
What is #ae76af in CMYK for printing?
cmyk(1%, 33%, 0%, 31%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #ae76af warm or cool?
Neutral — it scores 50 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #AF769B; nudged cooler, #9A74B1.