#bc946f
a balanced, soft orange · warm · closest name: Peru
Token name suggestion: Atlas Apricot
#bc946f is a balanced soft orange, 29° on the wheel and 1/100 on the cool side. Put black text on it (7.60:1). As text it scores 2.76:1 on white — use #986E47 instead. Nearest name is Peru, nearest Tailwind family is amber.
At a glance
Every number on this page in one read: what #bc946f is made of, how bright it looks, and which way it leans.
Left edge is grey, right edge is full chroma; top is white, bottom is black. The dot is #bc946f.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Green carries most of what the eye calls brightness — that is why WCAG weights it 0.7152.
Every format
| HEX | #bc946f |
| HEX (8-digit) | #bc946fff |
| RGB | rgb(188, 148, 111) |
| RGBA | rgba(188, 148, 111, 1) |
| HSL | hsl(29, 37%, 59%) |
| HSV / HSB | hsv(29, 41%, 74%) |
| HWB | hwb(29 44% 26%) |
| CMYK | cmyk(0%, 21%, 41%, 26%) |
| LAB | lab(64.2 10.0 25.3) |
| LCH | lch(64.2 27.2 68.4) |
| OKLCH | oklch(0.695 0.070 64.0) |
| XYZ (D65) | xyz(34.20, 33.02, 19.61) |
| Decimal | 12358767 |
| Display P3 | color(display-p3 0.737 0.580 0.435) |
| Web-safe | #CC9966 |
Copy-ready code
/* CSS */
color: #bc946f;
background-color: #bc946f;
/* CSS custom property */
--brand: #bc946f;
/* Tailwind (arbitrary) */
class="text-[#bc946f] bg-[#bc946f]"
/* SCSS */
$brand: #bc946f;
/* SwiftUI */
Color(red: 0.737, green: 0.580, blue: 0.435)
/* UIKit */
UIColor(red: 0.737, green: 0.580, blue: 0.435, alpha: 1)
/* Android XML */
<color name="brand">#BC946F</color>
/* Android Compose */
Color(0xFFBC946F)
/* Flutter */
Color(0xFFBC946F)
/* Python / OpenCV (BGR) */
(111, 148, 188)
/* Python / PIL (RGB) */
(188, 148, 111)
/* Java AWT */
new Color(188, 148, 111)
/* .NET */
Color.FromArgb(255, 188, 148, 111)
/* OpenGL / Unity (0–1) */
(0.7373f, 0.5804f, 0.4353f, 1f)
/* LaTeX */
\definecolor{brand}{RGB}{188,148,111}/* mix without leaving CSS */ background: color-mix(in oklab, #bc946f 85%, white); border-color: color-mix(in oklab, #bc946f 40%, transparent); /* theme-aware in one line */ color: light-dark(#573F28, #ECE0D5); /* relative colour syntax */ --hover: hsl(from #bc946f h s calc(l - 7));
Design tokens
The same ramp in the four formats a team actually needs. Paste one and the whole palette lands with it.
:root {
--brand-50: #FAF7F5;
--brand-100: #F4F0EB;
--brand-200: #E8DDD3;
--brand-300: #DBC6B2;
--brand-400: #CAAA8C;
--brand-500: #bc946f;
--brand-600: #A7794E;
--brand-700: #8B6541;
--brand-800: #6F5034;
--brand-900: #523C29;
--brand-950: #332619;
--brand: #bc946f;
--brand-ink: #000000;
--brand-surface: #FAF7F5;
--brand-border: #E5D6C7;
--brand-hover: #B18257;
--brand-pressed: #9B7048;
}
@media (prefers-color-scheme: dark) {
:root {
--brand-surface: #241C14;
--brand-ink: #ECE0D5;
}
}theme: {
extend: {
colors: {
brand: {
50: '#FAF7F5',
100: '#F4F0EB',
200: '#E8DDD3',
300: '#DBC6B2',
400: '#CAAA8C',
500: '#bc946f',
600: '#A7794E',
700: '#8B6541',
800: '#6F5034',
900: '#523C29',
950: '#332619',
DEFAULT: '#bc946f',
},
},
},
}$brand: (
'50': #FAF7F5,
'100': #F4F0EB,
'200': #E8DDD3,
'300': #DBC6B2,
'400': #CAAA8C,
'500': #bc946f,
'600': #A7794E,
'700': #8B6541,
'800': #6F5034,
'900': #523C29,
'950': #332619,
);
$brand-base: #bc946f;
$brand-ink: #000000;
@function brand($step) { @return map-get($brand, $step); }{
"color": {
"brand": {
"50": { "$value": "#FAF7F5", "$type": "color" },
"100": { "$value": "#F4F0EB", "$type": "color" },
"200": { "$value": "#E8DDD3", "$type": "color" },
"300": { "$value": "#DBC6B2", "$type": "color" },
"400": { "$value": "#CAAA8C", "$type": "color" },
"500": { "$value": "#bc946f", "$type": "color" },
"600": { "$value": "#A7794E", "$type": "color" },
"700": { "$value": "#8B6541", "$type": "color" },
"800": { "$value": "#6F5034", "$type": "color" },
"900": { "$value": "#523C29", "$type": "color" },
"950": { "$value": "#332619", "$type": "color" }
},
"brandInk": { "$value": "#000000", "$type": "color" }
}
}Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Make it accessible
A contrast checker tells you that you failed. This tells you what to ship instead — same hue, same saturation, lightness moved only as far as WCAG demands.
Large text — 24px regular or 18.66px bold and above — only needs 3:1, so #B78C64 is enough for headings on white. Non-text elements such as icons, chart strokes and focus rings also sit at 3:1 under WCAG 2.2 (1.4.11).
Accessibility — WCAG contrast
Contrast is symmetric, so each row covers both directions: #bc946f as text on that neutral, and that neutral as text on #bc946f.
| Neutral | Ratio | Verdict | Both directions |
|---|---|---|---|
| White#ffffff | 2.76:1 | AAAA lgAAA | AaAa |
| Slate 50#f8fafc | 2.64:1 | AAAA lgAAA | AaAa |
| Slate 100#f1f5f9 | 2.52:1 | AAAA lgAAA | AaAa |
| Slate 200#e2e8f0 | 2.24:1 | AAAA lgAAA | AaAa |
| Slate 300#cbd5e1 | 1.86:1 | AAAA lgAAA | AaAa |
| Slate 400#94a3b8 | 1.08:1 | AAAA lgAAA | AaAa |
| Slate 500#64748b | 1.72:1 | AAAA lgAAA | AaAa |
| Slate 600#475569 | 2.74:1 | AAAA lgAAA | AaAa |
| Slate 700#334155 | 3.75:1 | AAAA lgAAA | AaAa |
| Slate 800#1e293b | 5.30:1 | AAAA lgAAA | AaAa |
| Slate 900#0f172a | 6.46:1 | AAAA lgAAA | AaAa |
| Black#000000 | 7.60:1 | AAAA lgAAA | AaAa |
Roughly one man in twelve has some form of colour vision deficiency. If any of the three panels above is hard to tell apart from a neighbouring colour in your palette, add a shape, an icon or a label so the meaning does not rest on hue alone.
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #bc946f 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.
The same eleven steps expressed in OKLCH, where equal lightness numbers actually look equally spaced. HSL ramps go muddy in the yellows and washed out in the blues; this one does not. Modern browsers render it natively — the hex ramp above is the fallback.
:root {
--brand-50: oklch(0.97 0.018 64.0);
--brand-100: oklch(0.94 0.028 64.0);
--brand-200: oklch(0.88 0.042 64.0);
--brand-300: oklch(0.80 0.055 64.0);
--brand-400: oklch(0.72 0.064 64.0);
--brand-500: oklch(0.64 0.070 64.0);
--brand-600: oklch(0.56 0.070 64.0);
--brand-700: oklch(0.48 0.066 64.0);
--brand-800: oklch(0.40 0.059 64.0);
--brand-900: oklch(0.32 0.049 64.0);
--brand-950: oklch(0.24 0.039 64.0);
}Colors that work with #bc946f
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.
In real components
The same eight roles, wired into the interface patterns you will actually build with them. Every state below is a computed value, not a mock-up.
Focus ring uses the light variant so the field still reads as one shape.
The file stays available for seven days. Download it before it expires.
How to use #bc946f
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
- ✓Chart series and data categories
- ⚠Text of any size on white — fails WCAG AA
- ⚠Pairing with a same-lightness hue — edges vibrate
Meaning and mood
What a colour in this family tends to signal, and how this particular chroma and lightness change the reading.
Orange is red with the aggression taken out — approachable, active, and strongly associated with buying and doing.
The muted chroma softens the association — it reads considered rather than loud, which suits long-form and data-heavy screens. The mid lightness keeps it versatile in both themes.
Hard to make feel premium, and it collides with the "caution" band in status systems.
- FormalityMedium
- EnergyMedium
- Weight41/100
- TemperatureWarm
- ApproachabilityHigh
Colour associations are cultural and vary by market. Treat these as a starting point for a conversation with your audience, not a finding about them.
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 | #6F97BC | Directly opposite — maximum tension | |
| Analogous left | #BC6F70 | Neighbour, quieter | |
| Analogous right | #BCBA6F | Neighbour, quieter | |
| Split-complement 1 | #6FBCBA | Contrast without the clash | |
| Split-complement 2 | #6F70BC | Contrast without the clash | |
| Triadic 1 | #6FBC94 | Even thirds — balanced and loud | |
| Triadic 2 | #946FBC | Even thirds — balanced and loud | |
| Tetradic | #70BC6F | Fourth corner of the square scheme |
#bc946f sits at 29°. Every dot is a harmony position and links to its own page in the table alongside.
RGB percentages
CMYK percentages
Total ink coverage is 89%. Most commercial presses cap around 300% — above that, sheets stop drying properly.
Color previews
#bc946f text on a black background
contrast 7.60:1
#bc946f text on a white background
contrast 2.76:1
#bc946f on grey
2.52:1
#bc946f on its own surface
2.59:1
#bc946f on its dark surface
6.08:1
CSS3 live lab
The quick brown fox
color: #bc946f;
background-color: #bc946f;
Glowing headline
text-shadow: 2px 2px 8px #bc946f;
Soft neon halo
text-shadow: 0 0 14px rgba(188, 148, 111, 0.45);
box-shadow: 0 12px 32px -8px rgba(188, 148, 111, 0.45);
border: 3px solid #bc946f; background: linear-gradient(135deg, #bc946f, #B1BC6F);
Gradient headline
background: linear-gradient(90deg, #bc946f, #9DBC6F); -webkit-background-clip: text; color: transparent;
outline: 2px solid #bc946f; outline-offset: 3px;
Marked up text
text-decoration-color: #bc946f; caret-color: #bc946f;
border-left: 4px solid #bc946f;
background: #F7F2EE; box-shadow: inset 0 0 0 2px #bc946f;
background: conic-gradient(#bc946f 68%, #e2e8f0 0);
Transparency
What each alpha value actually composites to. The top row is #bc946f over white; the bottom row is the same alpha over a checkerboard, so you can see what survives on a photo or a video.
Bottom row of hexes is the flattened result over white — use those when a design tool refuses transparency, or when you need a solid fallback.
rgba(188, 148, 111, 0.5) rgb(188 148 111 / 50%) #bc946f80 hsl(29 37% 59% / 50%) color-mix(in srgb, #bc946f 50%, transparent)
| Alpha | 8-digit hex | Flat on white |
|---|---|---|
| 10% | #bc946f1a | #F8F4F1 |
| 20% | #bc946f33 | #F2EAE2 |
| 40% | #bc946f66 | #E4D4C5 |
| 60% | #bc946f99 | #D7BFA9 |
| 80% | #bc946fcc | #C9A98C |
Gradients from #bc946f
Six recipes, each built from this hex and shown with the exact CSS that produced it.
background: linear-gradient(135deg, #CFB399, #bc946f 45%, #573F28);
background: linear-gradient(120deg, #bc946f, #9EB25A);
background: linear-gradient(90deg, #bc946f, #6F97BC);
background: radial-gradient(120% 120% at 20% 0%, #D9C2AE 0%, #bc946f 45%, #573F28 100%);
background: linear-gradient(180deg, #FAF7F5, #ffffff);
background: radial-gradient(60% 60% at 15% 20%, #CC9298 0%, transparent 60%), radial-gradient(55% 55% at 85% 15%, #C2C684 0%, transparent 60%), radial-gradient(70% 70% at 50% 95%, #573F28 0%, transparent 65%), #bc946f;
Monochromatic scale
Palettes built from #bc946f
Shades — darker
Tints — lighter
Tones — desaturated
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: Tan (#d2b48c) — ΔE2000 9.4 away, with its history, psychology and brand usage.
#bc946f 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.
Holds up across typical panel gamma. Still worth checking on an uncalibrated laptop, where mid-tones shift most.
Usable as-is on a dark surface at 7.60:1.
Explore nearby colors
Small, deliberate steps away from this hex — useful when you are hunting for the version of a colour that finally feels right.
#bc946f, answered
What color is #bc946f?
#bc946f is a balanced soft orange, closest to Peru (ΔE2000 9.4). It sits at 29° on the hue wheel with 37% saturation and 59% lightness, which reads as warm.
What is the RGB value of #bc946f?
rgb(188, 148, 111) — 188 red, 148 green and 111 blue out of 255, or 73.7% / 58% / 43.5% by channel.
What is #bc946f in HSL and HSV?
hsl(29, 37%, 59%) and hsv(29, 41%, 74%). HSL is what CSS takes; HSV is what your design tool's picker shows, which is why the saturation numbers rarely match.
Is #bc946f a light or a dark color?
It is a mid-tone. Relative luminance is 0.3302 and perceived brightness is 62%, so black text on it reaches 7.60:1.
Should I use black or white text on #bc946f?
Black. It scores 7.60:1 against #bc946f, versus 2.76:1 for white — AAA at any size.
Is #bc946f accessible on a white background?
#bc946f on white scores 2.76:1, which fails WCAG AA at every size. Darken it to #986E47 to reach 4.5:1, or #715235 for 7:1.
What is the complementary color of #bc946f?
#6F97BC sits directly opposite on the wheel. Softer options are the split-complements #6FBCBA and #6F70BC, which give the same contrast with far less vibration.
What colors go well with #bc946f?
For interface work: #FAF7F5 as the surface, #E5D6C7 for borders, #9B714B for secondary text, #3D7D8F as an accent and #573F28 for hover and pressed states. For a palette, the analogous pair #BC6F70 and #BCBA6F stays calm, while #6F97BC is the loudest partner.
What is #bc946f in CMYK for printing?
cmyk(0%, 21%, 41%, 26%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #bc946f warm or cool?
Warm — it scores 1 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #C49E80; nudged cooler, #BE766D.
Which Tailwind color is closest to #bc946f?
The amber family — its 500 step is #f59e0b, ΔE2000 16.7 away. That is a visible difference, so define #bc946f as a custom token rather than reaching for the built-in.
How do I use #bc946f in Tailwind CSS?
Inline it as an arbitrary value with bg-[#bc946f] or text-[#bc946f], or register the whole ramp under theme.extend.colors.brand so you get bg-brand-500 and friends. The generated 50–950 scale on this page is ready to paste into your config.
What is #bc946f with 50% opacity?
rgba(188, 148, 111, 0.5), or #bc946f80 in eight-digit hex. Over white that composites to #DECAB7; over black, #5E4A38.
Is #bc946f a web-safe color?
No. The nearest web-safe colour is #CC9966, ΔE2000 4.5 away. The palette only matters for legacy displays and some email clients now.
What does the color #bc946f mean?
As a orange, it reads friendly, energetic, affordable. Orange is red with the aggression taken out — approachable, active, and strongly associated with buying and doing. At this moderate chroma the association is present but not shouted.
What gradient works with #bc946f?
The safest is same-hue elevation: linear-gradient(135deg, #CFB399, #bc946f 45%, #573F28). For more colour, a short hue run to #9EB25A keeps it rich without turning muddy.
Work with #bc946f in the Color Lab
Every tool opens with this colour already loaded.
Every value on this page is computed from #bc946f at request time — conversions, contrast ratios and ΔE distances are calculated, never looked up.