#bbc099
a light, soft yellow · warm · closest name: Dark Khaki
At a glance
Every number on this page in one read: what #bbc099 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 | #bbc099 |
| RGB | rgb(187, 192, 153) |
| HSL | hsl(68, 24%, 68%) |
| CMYK | cmyk(3%, 0%, 20%, 25%) |
| LAB | lab(76.4 -8.4 19.1) |
| LCH | lch(76.4 20.9 113.6) |
| OKLCH | oklch(0.794 0.053 113.6) |
| Decimal | 12304537 |
| Display P3 | color(display-p3 0.733 0.753 0.600) |
Copy-ready code
/* CSS */
color: #bbc099;
background-color: #bbc099;
/* Tailwind (arbitrary) */
class="text-[#bbc099] bg-[#bbc099]"
/* SCSS */
$brand: #bbc099;
/* SwiftUI */
Color(red: 0.733, green: 0.753, blue: 0.600)
/* Android */
Color.parseColor("#bbc099")
/* Flutter */
Color(0xFFBBC099)
/* Python / OpenCV (BGR) */
(153, 192, 187)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. #bbc099 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: #F8F9F6;
--brand-100: #F2F3ED;
--brand-200: #E3E5D7;
--brand-300: #D1D4BA;
--brand-400: #bbc099;
--brand-500: #A2A974;
--brand-600: #90975E;
--brand-700: #787E4E;
--brand-800: #60653E;
--brand-900: #474A30;
--brand-950: #2C2F1E;
--brand: #bbc099;
--brand-ink: #000000;
}Colors that work with #bbc099
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 #bbc099
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
- ⚠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 | #9E99C0 | Directly opposite — maximum tension | |
| Analogous left | #C0B199 | Neighbour, quieter | |
| Analogous right | #A7C099 | Neighbour, quieter | |
| Split-complement 1 | #99A7C0 | Contrast without the clash | |
| Split-complement 2 | #B199C0 | Contrast without the clash | |
| Triadic 1 | #99BBC0 | Even thirds — balanced and loud | |
| Triadic 2 | #C099BB | Even thirds — balanced and loud | |
| Tetradic | #99C0B1 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#bbc099 text on a black background
contrast 11.11:1
#bbc099 text on a white background
contrast 1.89:1
CSS3 live lab
The quick brown fox
color: #bbc099;
background-color: #bbc099;
Glowing headline
text-shadow: 2px 2px 8px #bbc099;
Soft neon halo
text-shadow: 0 0 14px rgba(187, 192, 153, 0.45);
box-shadow: 0 12px 32px -8px rgba(187, 192, 153, 0.45);
border: 3px solid #bbc099; background: linear-gradient(135deg, #bbc099, #A1C099);
Monochromatic scale
Palettes built from #bbc099
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: Sage (#9caf88) — ΔE2000 7.1 away, with its history, psychology and brand usage.
#bbc099 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.
#bbc099, answered
What color is #bbc099?
#bbc099 is a light soft yellow, closest to Dark Khaki (ΔE2000 9.4). It sits at 68° on the hue wheel with 24% saturation and 68% lightness, which reads as warm.
What is the RGB value of #bbc099?
rgb(187, 192, 153) — 187 red, 192 green and 153 blue out of 255, or 73.3% / 75.3% / 60% by channel.
Is #bbc099 a light or a dark color?
It is a light color. Relative luminance is 0.5056 and perceived brightness is 73%, so black text on it reaches 11.11:1.
Should I use black or white text on #bbc099?
Black. It scores 11.11:1 against #bbc099, versus 1.89:1 for white — AAA at any size.
What is the complementary color of #bbc099?
#9E99C0 sits directly opposite on the wheel. Softer options are the split-complements #99A7C0 and #B199C0, which give the same contrast with far less vibration.
What colors go well with #bbc099?
For interface work: #F9F9F6 as the surface, #DDE0CD for borders, #878E58 for secondary text, #4A5082 as an accent and #4B4F31 for hover and pressed states. For a palette, the analogous pair #C0B199 and #A7C099 stays calm, while #9E99C0 is the loudest partner.
What is #bbc099 in CMYK for printing?
cmyk(3%, 0%, 20%, 25%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #bbc099 warm or cool?
Warm — it scores 37 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #C0B799; nudged cooler, #ADC297.