#bc9f90
a light, soft orange · warm · closest name: Rosy Brown
At a glance
Every number on this page in one read: what #bc9f90 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 | #bc9f90 |
| RGB | rgb(188, 159, 144) |
| HSL | hsl(21, 25%, 65%) |
| CMYK | cmyk(0%, 15%, 23%, 26%) |
| LAB | lab(67.7 8.3 11.8) |
| LCH | lch(67.7 14.4 54.8) |
| OKLCH | oklch(0.724 0.041 49.0) |
| Decimal | 12361616 |
| Display P3 | color(display-p3 0.737 0.624 0.565) |
Copy-ready code
/* CSS */
color: #bc9f90;
background-color: #bc9f90;
/* Tailwind (arbitrary) */
class="text-[#bc9f90] bg-[#bc9f90]"
/* SCSS */
$brand: #bc9f90;
/* SwiftUI */
Color(red: 0.737, green: 0.624, blue: 0.565)
/* Android */
Color.parseColor("#bc9f90")
/* Flutter */
Color(0xFFBC9F90)
/* Python / OpenCV (BGR) */
(144, 159, 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. #bc9f90 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: #F9F7F6;
--brand-100: #F3EFED;
--brand-200: #E5DCD7;
--brand-300: #D5C3B9;
--brand-400: #bc9f90;
--brand-500: #AB8673;
--brand-600: #99715C;
--brand-700: #7F5E4D;
--brand-800: #664B3D;
--brand-900: #4B392F;
--brand-950: #2F231E;
--brand: #bc9f90;
--brand-ink: #000000;
}Colors that work with #bc9f90
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 #bc9f90
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 | #90ADBC | Directly opposite — maximum tension | |
| Analogous left | #BC9097 | Neighbour, quieter | |
| Analogous right | #BCB590 | Neighbour, quieter | |
| Split-complement 1 | #90BCB5 | Contrast without the clash | |
| Split-complement 2 | #9097BC | Contrast without the clash | |
| Triadic 1 | #90BC9F | Even thirds — balanced and loud | |
| Triadic 2 | #9F90BC | Even thirds — balanced and loud | |
| Tetradic | #97BC90 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#bc9f90 text on a black background
contrast 8.50:1
#bc9f90 text on a white background
contrast 2.47:1
CSS3 live lab
The quick brown fox
color: #bc9f90;
background-color: #bc9f90;
Glowing headline
text-shadow: 2px 2px 8px #bc9f90;
Soft neon halo
text-shadow: 0 0 14px rgba(188, 159, 144, 0.45);
box-shadow: 0 12px 32px -8px rgba(188, 159, 144, 0.45);
border: 3px solid #bc9f90; background: linear-gradient(135deg, #bc9f90, #BCBC90);
Monochromatic scale
Palettes built from #bc9f90
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 10.2 away, with its history, psychology and brand usage.
#bc9f90 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.
#bc9f90, answered
What color is #bc9f90?
#bc9f90 is a light soft orange, closest to Rosy Brown (ΔE2000 9.9). It sits at 21° on the hue wheel with 25% saturation and 65% lightness, which reads as warm.
What is the RGB value of #bc9f90?
rgb(188, 159, 144) — 188 red, 159 green and 144 blue out of 255, or 73.7% / 62.4% / 56.5% by channel.
Is #bc9f90 a light or a dark color?
It is a mid-tone. Relative luminance is 0.3750 and perceived brightness is 65%, so black text on it reaches 8.50:1.
Should I use black or white text on #bc9f90?
Black. It scores 8.50:1 against #bc9f90, versus 2.47:1 for white — AAA at any size.
What is the complementary color of #bc9f90?
#90ADBC sits directly opposite on the wheel. Softer options are the split-complements #90BCB5 and #9097BC, which give the same contrast with far less vibration.
What colors go well with #bc9f90?
For interface work: #F9F7F5 as the surface, #E0D3CC for borders, #8F6A56 for secondary text, #487E84 as an accent and #4F3B30 for hover and pressed states. For a palette, the analogous pair #BC9097 and #BCB590 stays calm, while #90ADBC is the loudest partner.
What is #bc9f90 in CMYK for printing?
cmyk(0%, 15%, 23%, 26%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #bc9f90 warm or cool?
Warm — it scores 18 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #C6AFA0; nudged cooler, #BE8E8F.