#af7979
a balanced, soft red · warm · closest name: Rosy Brown
At a glance
Every number on this page in one read: what #af7979 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 | #af7979 |
| RGB | rgb(175, 121, 121) |
| HSL | hsl(0, 25%, 58%) |
| CMYK | cmyk(0%, 31%, 31%, 31%) |
| LAB | lab(56.3 21.1 8.5) |
| LCH | lch(56.3 22.8 22.0) |
| OKLCH | oklch(0.631 0.068 19.1) |
| Decimal | 11499897 |
| Display P3 | color(display-p3 0.686 0.475 0.475) |
Copy-ready code
/* CSS */
color: #af7979;
background-color: #af7979;
/* Tailwind (arbitrary) */
class="text-[#af7979] bg-[#af7979]"
/* SCSS */
$brand: #af7979;
/* SwiftUI */
Color(red: 0.686, green: 0.475, blue: 0.475)
/* Android */
Color.parseColor("#af7979")
/* Flutter */
Color(0xFFAF7979)
/* Python / OpenCV (BGR) */
(121, 121, 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. #af7979 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: #E5D6D6;
--brand-300: #D5B9B9;
--brand-400: #C09696;
--brand-500: #af7979;
--brand-600: #995C5C;
--brand-700: #804C4C;
--brand-800: #663D3D;
--brand-900: #4B2F2F;
--brand-950: #2F1D1D;
--brand: #af7979;
--brand-ink: #000000;
}Colors that work with #af7979
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 #af7979
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 | #79AFAF | Directly opposite — maximum tension | |
| Analogous left | #AF7994 | Neighbour, quieter | |
| Analogous right | #AF9479 | Neighbour, quieter | |
| Split-complement 1 | #79AF94 | Contrast without the clash | |
| Split-complement 2 | #7994AF | Contrast without the clash | |
| Triadic 1 | #79AF79 | Even thirds — balanced and loud | |
| Triadic 2 | #7979AF | Even thirds — balanced and loud | |
| Tetradic | #94AF79 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#af7979 text on a black background
contrast 5.83:1
#af7979 text on a white background
contrast 3.60:1
CSS3 live lab
The quick brown fox
color: #af7979;
background-color: #af7979;
Glowing headline
text-shadow: 2px 2px 8px #af7979;
Soft neon halo
text-shadow: 0 0 14px rgba(175, 121, 121, 0.45);
box-shadow: 0 12px 32px -8px rgba(175, 121, 121, 0.45);
border: 3px solid #af7979; background: linear-gradient(135deg, #af7979, #AF9D79);
Monochromatic scale
Palettes built from #af7979
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 5.3 away, with its history, psychology and brand usage.
#af7979 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.
#af7979, answered
What color is #af7979?
#af7979 is a balanced soft red, closest to Rosy Brown (ΔE2000 7). It sits at 0° on the hue wheel with 25% saturation and 58% lightness, which reads as warm.
What is the RGB value of #af7979?
rgb(175, 121, 121) — 175 red, 121 green and 121 blue out of 255, or 68.6% / 47.5% / 47.5% by channel.
Is #af7979 a light or a dark color?
It is a mid-tone. Relative luminance is 0.2417 and perceived brightness is 55%, so black text on it reaches 5.83:1.
Should I use black or white text on #af7979?
Black. It scores 5.83:1 against #af7979, versus 3.60:1 for white — AA at any size.
What is the complementary color of #af7979?
#79AFAF sits directly opposite on the wheel. Softer options are the split-complements #79AF94 and #7994AF, which give the same contrast with far less vibration.
What colors go well with #af7979?
For interface work: #F9F5F5 as the surface, #E0CCCC for borders, #905656 for secondary text, #488475 as an accent and #503030 for hover and pressed states. For a palette, the analogous pair #AF7994 and #AF9479 stays calm, while #79AFAF is the loudest partner.
What is #af7979 in CMYK for printing?
cmyk(0%, 31%, 31%, 31%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #af7979 warm or cool?
Warm — it scores 26 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #AF8B79; nudged cooler, #B1778C.