#af746c
a balanced, soft red · warm · closest name: Indian Red
At a glance
Every number on this page in one read: what #af746c 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 | #af746c |
| RGB | rgb(175, 116, 108) |
| HSL | hsl(7, 30%, 56%) |
| CMYK | cmyk(0%, 34%, 38%, 31%) |
| LAB | lab(54.8 22.2 13.9) |
| LCH | lch(54.8 26.2 32.1) |
| OKLCH | oklch(0.618 0.076 27.9) |
| Decimal | 11498604 |
| Display P3 | color(display-p3 0.686 0.455 0.424) |
Copy-ready code
/* CSS */
color: #af746c;
background-color: #af746c;
/* Tailwind (arbitrary) */
class="text-[#af746c] bg-[#af746c]"
/* SCSS */
$brand: #af746c;
/* SwiftUI */
Color(red: 0.686, green: 0.455, blue: 0.424)
/* Android */
Color.parseColor("#af746c")
/* Flutter */
Color(0xFFAF746C)
/* Python / OpenCV (BGR) */
(108, 116, 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. #af746c 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: #F3EDEC;
--brand-200: #E6D7D5;
--brand-300: #D7BAB6;
--brand-400: #C49892;
--brand-500: #af746c;
--brand-600: #9F5F56;
--brand-700: #844F48;
--brand-800: #6A3F3A;
--brand-900: #4E312D;
--brand-950: #311E1C;
--brand: #af746c;
--brand-ink: #000000;
}Colors that work with #af746c
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 #af746c
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 | #6CA7AF | Directly opposite — maximum tension | |
| Analogous left | #AF6C85 | Neighbour, quieter | |
| Analogous right | #AF966C | Neighbour, quieter | |
| Split-complement 1 | #6CAF96 | Contrast without the clash | |
| Split-complement 2 | #6C85AF | Contrast without the clash | |
| Triadic 1 | #6CAF74 | Even thirds — balanced and loud | |
| Triadic 2 | #746CAF | Even thirds — balanced and loud | |
| Tetradic | #85AF6C | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#af746c text on a black background
contrast 5.54:1
#af746c text on a white background
contrast 3.79:1
CSS3 live lab
The quick brown fox
color: #af746c;
background-color: #af746c;
Glowing headline
text-shadow: 2px 2px 8px #af746c;
Soft neon halo
text-shadow: 0 0 14px rgba(175, 116, 108, 0.45);
box-shadow: 0 12px 32px -8px rgba(175, 116, 108, 0.45);
border: 3px solid #af746c; background: linear-gradient(135deg, #af746c, #AFA16C);
Monochromatic scale
Palettes built from #af746c
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.4 away, with its history, psychology and brand usage.
#af746c 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.
#af746c, answered
What color is #af746c?
#af746c is a balanced soft red, closest to Indian Red (ΔE2000 9.2). It sits at 7° on the hue wheel with 30% saturation and 56% lightness, which reads as warm.
What is the RGB value of #af746c?
rgb(175, 116, 108) — 175 red, 116 green and 108 blue out of 255, or 68.6% / 45.5% / 42.4% by channel.
Is #af746c a light or a dark color?
It is a mid-tone. Relative luminance is 0.2269 and perceived brightness is 53%, so black text on it reaches 5.54:1.
Should I use black or white text on #af746c?
Black. It scores 5.54:1 against #af746c, versus 3.79:1 for white — AA at any size.
What is the complementary color of #af746c?
#6CA7AF sits directly opposite on the wheel. Softer options are the split-complements #6CAF96 and #6C85AF, which give the same contrast with far less vibration.
What colors go well with #af746c?
For interface work: #FAF6F5 as the surface, #E2CDCA for borders, #955951 for secondary text, #44887F as an accent and #53312D for hover and pressed states. For a palette, the analogous pair #AF6C85 and #AF966C stays calm, while #6CA7AF is the loudest partner.
What is #af746c in CMYK for printing?
cmyk(0%, 34%, 38%, 31%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #af746c warm or cool?
Warm — it scores 19 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #AF846C; nudged cooler, #B16A7B.