#af787b
a balanced, soft red · warm · closest name: Rosy Brown
At a glance
Every number on this page in one read: what #af787b 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 | #af787b |
| RGB | rgb(175, 120, 123) |
| HSL | hsl(357, 26%, 58%) |
| CMYK | cmyk(0%, 31%, 30%, 31%) |
| LAB | lab(56.1 21.9 7.1) |
| LCH | lch(56.1 23.1 17.9) |
| OKLCH | oklch(0.630 0.069 15.6) |
| Decimal | 11499643 |
| Display P3 | color(display-p3 0.686 0.471 0.482) |
Copy-ready code
/* CSS */
color: #af787b;
background-color: #af787b;
/* Tailwind (arbitrary) */
class="text-[#af787b] bg-[#af787b]"
/* SCSS */
$brand: #af787b;
/* SwiftUI */
Color(red: 0.686, green: 0.471, blue: 0.482)
/* Android */
Color.parseColor("#af787b")
/* Flutter */
Color(0xFFAF787B)
/* Python / OpenCV (BGR) */
(123, 120, 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. #af787b 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: #F9F6F6;
--brand-100: #F3EDED;
--brand-200: #E5D6D7;
--brand-300: #D5B9BA;
--brand-400: #C09598;
--brand-500: #af787b;
--brand-600: #9A5B5F;
--brand-700: #804C4F;
--brand-800: #663D3F;
--brand-900: #4C2F30;
--brand-950: #2F1D1E;
--brand: #af787b;
--brand-ink: #000000;
}Colors that work with #af787b
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 #af787b
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 | #78AFAC | Directly opposite — maximum tension | |
| Analogous left | #AF7896 | Neighbour, quieter | |
| Analogous right | #AF9078 | Neighbour, quieter | |
| Split-complement 1 | #78AF90 | Contrast without the clash | |
| Split-complement 2 | #7896AF | Contrast without the clash | |
| Triadic 1 | #7BAF78 | Even thirds — balanced and loud | |
| Triadic 2 | #787BAF | Even thirds — balanced and loud | |
| Tetradic | #96AF78 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#af787b text on a black background
contrast 5.80:1
#af787b text on a white background
contrast 3.62:1
CSS3 live lab
The quick brown fox
color: #af787b;
background-color: #af787b;
Glowing headline
text-shadow: 2px 2px 8px #af787b;
Soft neon halo
text-shadow: 0 0 14px rgba(175, 120, 123, 0.45);
box-shadow: 0 12px 32px -8px rgba(175, 120, 123, 0.45);
border: 3px solid #af787b; background: linear-gradient(135deg, #af787b, #AF9A78);
Monochromatic scale
Palettes built from #af787b
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 4.4 away, with its history, psychology and brand usage.
#af787b 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.
#af787b, answered
What color is #af787b?
#af787b is a balanced soft red, closest to Rosy Brown (ΔE2000 7.3). It sits at 357° on the hue wheel with 26% saturation and 58% lightness, which reads as warm.
What is the RGB value of #af787b?
rgb(175, 120, 123) — 175 red, 120 green and 123 blue out of 255, or 68.6% / 47.1% / 48.2% by channel.
Is #af787b a light or a dark color?
It is a mid-tone. Relative luminance is 0.2398 and perceived brightness is 55%, so black text on it reaches 5.80:1.
Should I use black or white text on #af787b?
Black. It scores 5.80:1 against #af787b, versus 3.62:1 for white — AA at any size.
What is the complementary color of #af787b?
#78AFAC sits directly opposite on the wheel. Softer options are the split-complements #78AF90 and #7896AF, which give the same contrast with far less vibration.
What colors go well with #af787b?
For interface work: #F9F5F6 as the surface, #E1CCCD for borders, #905559 for secondary text, #488472 as an accent and #502F31 for hover and pressed states. For a palette, the analogous pair #AF7896 and #AF9078 stays calm, while #78AFAC is the loudest partner.
What is #af787b in CMYK for printing?
cmyk(0%, 31%, 30%, 31%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #af787b warm or cool?
Warm — it scores 27 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #AF8978; nudged cooler, #B1768F.