#af8564
a balanced, soft orange · warm · closest name: Peru
At a glance
Every number on this page in one read: what #af8564 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 | #af8564 |
| RGB | rgb(175, 133, 100) |
| HSL | hsl(26, 32%, 54%) |
| CMYK | cmyk(0%, 24%, 43%, 31%) |
| LAB | lab(58.8 11.7 24.0) |
| LCH | lch(58.8 26.7 63.9) |
| OKLCH | oklch(0.649 0.069 59.3) |
| Decimal | 11502948 |
| Display P3 | color(display-p3 0.686 0.522 0.392) |
Copy-ready code
/* CSS */
color: #af8564;
background-color: #af8564;
/* Tailwind (arbitrary) */
class="text-[#af8564] bg-[#af8564]"
/* SCSS */
$brand: #af8564;
/* SwiftUI */
Color(red: 0.686, green: 0.522, blue: 0.392)
/* Android */
Color.parseColor("#af8564")
/* Flutter */
Color(0xFFAF8564)
/* Python / OpenCV (BGR) */
(100, 133, 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. #af8564 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: #F9F7F5;
--brand-100: #F4EFEC;
--brand-200: #E7DDD5;
--brand-300: #D9C5B5;
--brand-400: #C6A890;
--brand-500: #af8564;
--brand-600: #A17653;
--brand-700: #876245;
--brand-800: #6C4E38;
--brand-900: #4F3B2B;
--brand-950: #31251B;
--brand: #af8564;
--brand-ink: #000000;
}Colors that work with #af8564
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 #af8564
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 | #648EAF | Directly opposite — maximum tension | |
| Analogous left | #AF6468 | Neighbour, quieter | |
| Analogous right | #AFAA64 | Neighbour, quieter | |
| Split-complement 1 | #64AFAA | Contrast without the clash | |
| Split-complement 2 | #6468AF | Contrast without the clash | |
| Triadic 1 | #64AF85 | Even thirds — balanced and loud | |
| Triadic 2 | #8564AF | Even thirds — balanced and loud | |
| Tetradic | #68AF64 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#af8564 text on a black background
contrast 6.36:1
#af8564 text on a white background
contrast 3.30:1
CSS3 live lab
The quick brown fox
color: #af8564;
background-color: #af8564;
Glowing headline
text-shadow: 2px 2px 8px #af8564;
Soft neon halo
text-shadow: 0 0 14px rgba(175, 133, 100, 0.45);
box-shadow: 0 12px 32px -8px rgba(175, 133, 100, 0.45);
border: 3px solid #af8564; background: linear-gradient(135deg, #af8564, #A7AF64);
Monochromatic scale
Palettes built from #af8564
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: Copper (#b87333) — ΔE2000 9.4 away, with its history, psychology and brand usage.
#af8564 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.
#af8564, answered
What color is #af8564?
#af8564 is a balanced soft orange, closest to Peru (ΔE2000 9.7). It sits at 26° on the hue wheel with 32% saturation and 54% lightness, which reads as warm.
What is the RGB value of #af8564?
rgb(175, 133, 100) — 175 red, 133 green and 100 blue out of 255, or 68.6% / 52.2% / 39.2% by channel.
Is #af8564 a light or a dark color?
It is a mid-tone. Relative luminance is 0.2681 and perceived brightness is 56%, so black text on it reaches 6.36:1.
Should I use black or white text on #af8564?
Black. It scores 6.36:1 against #af8564, versus 3.30:1 for white — AA at any size.
What is the complementary color of #af8564?
#648EAF sits directly opposite on the wheel. Softer options are the split-complements #64AFAA and #6468AF, which give the same contrast with far less vibration.
What colors go well with #af8564?
For interface work: #FAF7F5 as the surface, #E3D5C9 for borders, #976E4E for secondary text, #417D8B as an accent and #543D2B for hover and pressed states. For a palette, the analogous pair #AF6468 and #AFAA64 stays calm, while #648EAF is the loudest partner.
What is #af8564 in CMYK for printing?
cmyk(0%, 24%, 43%, 31%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #af8564 warm or cool?
Warm — it scores 6 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #B89175; nudged cooler, #B16762.