#bcaf96
a light, soft orange · warm · closest name: Tan
At a glance
Every number on this page in one read: what #bcaf96 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 | #bcaf96 |
| RGB | rgb(188, 175, 150) |
| HSL | hsl(40, 22%, 66%) |
| CMYK | cmyk(0%, 7%, 20%, 26%) |
| LAB | lab(71.9 0.5 14.5) |
| LCH | lch(71.9 14.5 87.9) |
| OKLCH | oklch(0.758 0.038 83.7) |
| Decimal | 12365718 |
| Display P3 | color(display-p3 0.737 0.686 0.588) |
Copy-ready code
/* CSS */
color: #bcaf96;
background-color: #bcaf96;
/* Tailwind (arbitrary) */
class="text-[#bcaf96] bg-[#bcaf96]"
/* SCSS */
$brand: #bcaf96;
/* SwiftUI */
Color(red: 0.737, green: 0.686, blue: 0.588)
/* Android */
Color.parseColor("#bcaf96")
/* Flutter */
Color(0xFFBCAF96)
/* Python / OpenCV (BGR) */
(150, 175, 188)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. #bcaf96 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: #F9F8F6;
--brand-100: #F2F1ED;
--brand-200: #E4E0D7;
--brand-300: #D3CBBB;
--brand-400: #bcaf96;
--brand-500: #A89776;
--brand-600: #95835F;
--brand-700: #7D6D4F;
--brand-800: #645740;
--brand-900: #4A4131;
--brand-950: #2E291E;
--brand: #bcaf96;
--brand-ink: #000000;
}Colors that work with #bcaf96
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 #bcaf96
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠White text placed on it
- ⚠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 | #96A3BC | Directly opposite — maximum tension | |
| Analogous left | #BC9C96 | Neighbour, quieter | |
| Analogous right | #B6BC96 | Neighbour, quieter | |
| Split-complement 1 | #96B6BC | Contrast without the clash | |
| Split-complement 2 | #9C96BC | Contrast without the clash | |
| Triadic 1 | #96BCAF | Even thirds — balanced and loud | |
| Triadic 2 | #AF96BC | Even thirds — balanced and loud | |
| Tetradic | #96BC9C | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#bcaf96 text on a black background
contrast 9.71:1
#bcaf96 text on a white background
contrast 2.16:1
CSS3 live lab
The quick brown fox
color: #bcaf96;
background-color: #bcaf96;
Glowing headline
text-shadow: 2px 2px 8px #bcaf96;
Soft neon halo
text-shadow: 0 0 14px rgba(188, 175, 150, 0.45);
box-shadow: 0 12px 32px -8px rgba(188, 175, 150, 0.45);
border: 3px solid #bcaf96; background: linear-gradient(135deg, #bcaf96, #B0BC96);
Monochromatic scale
Palettes built from #bcaf96
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: Khaki (#c3b091) — ΔE2000 2.8 away, with its history, psychology and brand usage.
#bcaf96 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.
#bcaf96, answered
What color is #bcaf96?
#bcaf96 is a light soft orange, closest to Tan (ΔE2000 7). It sits at 40° on the hue wheel with 22% saturation and 66% lightness, which reads as warm.
What is the RGB value of #bcaf96?
rgb(188, 175, 150) — 188 red, 175 green and 150 blue out of 255, or 73.7% / 68.6% / 58.8% by channel.
Is #bcaf96 a light or a dark color?
It is a mid-tone. Relative luminance is 0.4355 and perceived brightness is 69%, so black text on it reaches 9.71:1.
Should I use black or white text on #bcaf96?
Black. It scores 9.71:1 against #bcaf96, versus 2.16:1 for white — AAA at any size.
What is the complementary color of #bcaf96?
#96A3BC sits directly opposite on the wheel. Softer options are the split-complements #96B6BC and #9C96BC, which give the same contrast with far less vibration.
What colors go well with #bcaf96?
For interface work: #F9F8F6 as the surface, #DFD9CD for borders, #8C7B59 for secondary text, #4C6B80 as an accent and #4E4432 for hover and pressed states. For a palette, the analogous pair #BC9C96 and #B6BC96 stays calm, while #96A3BC is the loudest partner.
What is #bcaf96 in CMYK for printing?
cmyk(0%, 7%, 20%, 26%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #bcaf96 warm or cool?
Warm — it scores 23 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #BCA796; nudged cooler, #BDBE94.