#c4af80
a balanced, soft yellow · warm · closest name: Tan
At a glance
Every number on this page in one read: what #c4af80 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 | #c4af80 |
| RGB | rgb(196, 175, 128) |
| HSL | hsl(42, 37%, 64%) |
| CMYK | cmyk(0%, 11%, 35%, 23%) |
| LAB | lab(72.2 0.7 26.9) |
| LCH | lch(72.2 26.9 88.6) |
| OKLCH | oklch(0.761 0.067 86.6) |
| Decimal | 12889984 |
| Display P3 | color(display-p3 0.769 0.686 0.502) |
Copy-ready code
/* CSS */
color: #c4af80;
background-color: #c4af80;
/* Tailwind (arbitrary) */
class="text-[#c4af80] bg-[#c4af80]"
/* SCSS */
$brand: #c4af80;
/* SwiftUI */
Color(red: 0.769, green: 0.686, blue: 0.502)
/* Android */
Color.parseColor("#c4af80")
/* Flutter */
Color(0xFFC4AF80)
/* Python / OpenCV (BGR) */
(128, 175, 196)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. #c4af80 is pinned to step 400; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FAF8F5;
--brand-100: #F4F1EB;
--brand-200: #E9E2D3;
--brand-300: #DBCFB2;
--brand-400: #c4af80;
--brand-500: #B89F66;
--brand-600: #A78C4E;
--brand-700: #8B7441;
--brand-800: #6F5D34;
--brand-900: #524529;
--brand-950: #332B19;
--brand: #c4af80;
--brand-ink: #000000;
}Colors that work with #c4af80
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 #c4af80
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Thin strokes and 1px borders — they disappear on light UI
- ⚠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 | #8095C4 | Directly opposite — maximum tension | |
| Analogous left | #C48D80 | Neighbour, quieter | |
| Analogous right | #B7C480 | Neighbour, quieter | |
| Split-complement 1 | #80B7C4 | Contrast without the clash | |
| Split-complement 2 | #8D80C4 | Contrast without the clash | |
| Triadic 1 | #80C4AF | Even thirds — balanced and loud | |
| Triadic 2 | #AF80C4 | Even thirds — balanced and loud | |
| Tetradic | #80C48D | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#c4af80 text on a black background
contrast 9.79:1
#c4af80 text on a white background
contrast 2.14:1
CSS3 live lab
The quick brown fox
color: #c4af80;
background-color: #c4af80;
Glowing headline
text-shadow: 2px 2px 8px #c4af80;
Soft neon halo
text-shadow: 0 0 14px rgba(196, 175, 128, 0.45);
box-shadow: 0 12px 32px -8px rgba(196, 175, 128, 0.45);
border: 3px solid #c4af80; background: linear-gradient(135deg, #c4af80, #ACC480);
Monochromatic scale
Palettes built from #c4af80
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: Sand (#c2b280) — ΔE2000 2.2 away, with its history, psychology and brand usage.
#c4af80 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.
#c4af80, answered
What color is #c4af80?
#c4af80 is a balanced soft yellow, closest to Tan (ΔE2000 4.8). It sits at 42° on the hue wheel with 37% saturation and 64% lightness, which reads as warm.
What is the RGB value of #c4af80?
rgb(196, 175, 128) — 196 red, 175 green and 128 blue out of 255, or 76.9% / 68.6% / 50.2% by channel.
Is #c4af80 a light or a dark color?
It is a mid-tone. Relative luminance is 0.4395 and perceived brightness is 69%, so black text on it reaches 9.79:1.
Should I use black or white text on #c4af80?
Black. It scores 9.79:1 against #c4af80, versus 2.14:1 for white — AAA at any size.
What is the complementary color of #c4af80?
#8095C4 sits directly opposite on the wheel. Softer options are the split-complements #80B7C4 and #8D80C4, which give the same contrast with far less vibration.
What colors go well with #c4af80?
For interface work: #FAF8F5 as the surface, #E5DCC7 for borders, #9B824B for secondary text, #3C6A90 as an accent and #574928 for hover and pressed states. For a palette, the analogous pair #C48D80 and #B7C480 stays calm, while #8095C4 is the loudest partner.
What is #c4af80 in CMYK for printing?
cmyk(0%, 11%, 35%, 23%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #c4af80 warm or cool?
Warm — it scores 10 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #C4A180; nudged cooler, #C2C67E.