#af708d
a balanced, soft magenta / pink · warm · closest name: Pale Violet Red
At a glance
Every number on this page in one read: what #af708d 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 | #af708d |
| RGB | rgb(175, 112, 141) |
| HSL | hsl(332, 28%, 56%) |
| CMYK | cmyk(0%, 36%, 19%, 31%) |
| LAB | lab(54.7 29.1 -5.4) |
| LCH | lch(54.7 29.6 349.5) |
| OKLCH | oklch(0.621 0.088 350.8) |
| Decimal | 11497613 |
| Display P3 | color(display-p3 0.686 0.439 0.553) |
Copy-ready code
/* CSS */
color: #af708d;
background-color: #af708d;
/* Tailwind (arbitrary) */
class="text-[#af708d] bg-[#af708d]"
/* SCSS */
$brand: #af708d;
/* SwiftUI */
Color(red: 0.686, green: 0.439, blue: 0.553)
/* Android */
Color.parseColor("#af708d")
/* Flutter */
Color(0xFFAF708D)
/* Python / OpenCV (BGR) */
(141, 112, 175)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. #af708d 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: #F9F6F7;
--brand-100: #F3ECEF;
--brand-200: #E6D6DD;
--brand-300: #D7B7C6;
--brand-400: #C393A9;
--brand-500: #af708d;
--brand-600: #9D5878;
--brand-700: #834964;
--brand-800: #693B50;
--brand-900: #4D2D3C;
--brand-950: #301C25;
--brand: #af708d;
--brand-ink: #000000;
}Colors that work with #af708d
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 #af708d
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 | #70AF92 | Directly opposite — maximum tension | |
| Analogous left | #AF70AD | Neighbour, quieter | |
| Analogous right | #AF7370 | Neighbour, quieter | |
| Split-complement 1 | #70AF73 | Contrast without the clash | |
| Split-complement 2 | #70ADAF | Contrast without the clash | |
| Triadic 1 | #8DAF70 | Even thirds — balanced and loud | |
| Triadic 2 | #708DAF | Even thirds — balanced and loud | |
| Tetradic | #ADAF70 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#af708d text on a black background
contrast 5.53:1
#af708d text on a white background
contrast 3.80:1
CSS3 live lab
The quick brown fox
color: #af708d;
background-color: #af708d;
Glowing headline
text-shadow: 2px 2px 8px #af708d;
Soft neon halo
text-shadow: 0 0 14px rgba(175, 112, 141, 0.45);
box-shadow: 0 12px 32px -8px rgba(175, 112, 141, 0.45);
border: 3px solid #af708d; background: linear-gradient(135deg, #af708d, #AF7D70);
Monochromatic scale
Palettes built from #af708d
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: Dusty Rose (#b76e79) — ΔE2000 7.3 away, with its history, psychology and brand usage.
#af708d 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.
#af708d, answered
What color is #af708d?
#af708d is a balanced soft magenta / pink, closest to Pale Violet Red (ΔE2000 8.9). It sits at 332° on the hue wheel with 28% saturation and 56% lightness, which reads as warm.
What is the RGB value of #af708d?
rgb(175, 112, 141) — 175 red, 112 green and 141 blue out of 255, or 68.6% / 43.9% / 55.3% by channel.
Is #af708d a light or a dark color?
It is a mid-tone. Relative luminance is 0.2263 and perceived brightness is 54%, so black text on it reaches 5.53:1.
Should I use black or white text on #af708d?
Black. It scores 5.53:1 against #af708d, versus 3.80:1 for white — AA at any size.
What is the complementary color of #af708d?
#70AF92 sits directly opposite on the wheel. Softer options are the split-complements #70AF73 and #70ADAF, which give the same contrast with far less vibration.
What colors go well with #af708d?
For interface work: #FAF5F7 as the surface, #E2CBD5 for borders, #935270 for secondary text, #458757 as an accent and #522E3E for hover and pressed states. For a palette, the analogous pair #AF70AD and #AF7370 stays calm, while #70AF92 is the loudest partner.
What is #af708d in CMYK for printing?
cmyk(0%, 36%, 19%, 31%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #af708d warm or cool?
Warm — it scores 35 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #AF7076; nudged cooler, #B16EA6.