#bceb82
a light, vivid green · neutral · closest name: Light Green
At a glance
Every number on this page in one read: what #bceb82 is made of, how bright it looks, and which way it leans.
Reads neutral. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #bceb82 |
| RGB | rgb(188, 235, 130) |
| HSL | hsl(87, 72%, 72%) |
| CMYK | cmyk(20%, 0%, 45%, 8%) |
| LAB | lab(87.8 -32.2 45.9) |
| LCH | lch(87.8 56.1 125.1) |
| OKLCH | oklch(0.884 0.142 128.7) |
| Decimal | 12381058 |
| Display P3 | color(display-p3 0.737 0.922 0.510) |
Copy-ready code
/* CSS */
color: #bceb82;
background-color: #bceb82;
/* Tailwind (arbitrary) */
class="text-[#bceb82] bg-[#bceb82]"
/* SCSS */
$brand: #bceb82;
/* SwiftUI */
Color(red: 0.737, green: 0.922, blue: 0.510)
/* Android */
Color.parseColor("#bceb82")
/* Flutter */
Color(0xFFBCEB82)
/* Python / OpenCV (BGR) */
(130, 235, 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. #bceb82 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: #F8FCF3;
--brand-100: #F1F8E7;
--brand-200: #E0F3C9;
--brand-300: #CBF09E;
--brand-400: #bceb82;
--brand-500: #97E03E;
--brand-600: #84D322;
--brand-700: #6EB01C;
--brand-800: #588D17;
--brand-900: #416614;
--brand-950: #29400D;
--brand: #bceb82;
--brand-ink: #000000;
}Colors that work with #bceb82
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 #bceb82
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠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 | #B182EB | Directly opposite — maximum tension | |
| Analogous left | #EBE682 | Neighbour, quieter | |
| Analogous right | #88EB82 | Neighbour, quieter | |
| Split-complement 1 | #8288EB | Contrast without the clash | |
| Split-complement 2 | #E682EB | Contrast without the clash | |
| Triadic 1 | #82BCEB | Even thirds — balanced and loud | |
| Triadic 2 | #EB82BC | Even thirds — balanced and loud | |
| Tetradic | #82EBE6 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#bceb82 text on a black background
contrast 15.34:1
#bceb82 text on a white background
contrast 1.37:1
CSS3 live lab
The quick brown fox
color: #bceb82;
background-color: #bceb82;
Glowing headline
text-shadow: 2px 2px 8px #bceb82;
Soft neon halo
text-shadow: 0 0 14px rgba(188, 235, 130, 0.45);
box-shadow: 0 12px 32px -8px rgba(188, 235, 130, 0.45);
border: 3px solid #bceb82; background: linear-gradient(135deg, #bceb82, #82EB8E);
Monochromatic scale
Palettes built from #bceb82
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: Pale Green (#98fb98) — ΔE2000 8.1 away, with its history, psychology and brand usage.
#bceb82 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.
#bceb82, answered
What color is #bceb82?
#bceb82 is a light vivid green, closest to Light Green (ΔE2000 7.8). It sits at 87° on the hue wheel with 72% saturation and 72% lightness, which reads as neutral.
What is the RGB value of #bceb82?
rgb(188, 235, 130) — 188 red, 235 green and 130 blue out of 255, or 73.7% / 92.2% / 51% by channel.
Is #bceb82 a light or a dark color?
It is a light color. Relative luminance is 0.7172 and perceived brightness is 83%, so black text on it reaches 15.34:1.
Should I use black or white text on #bceb82?
Black. It scores 15.34:1 against #bceb82, versus 1.37:1 for white — AAA at any size.
What is the complementary color of #bceb82?
#B182EB sits directly opposite on the wheel. Softer options are the split-complements #8288EB and #E682EB, which give the same contrast with far less vibration.
What colors go well with #bceb82?
For interface work: #F8FAF4 as the surface, #D9EDC0 for borders, #779B4B for secondary text, #957FEE as an accent and #456E12 for hover and pressed states. For a palette, the analogous pair #EBE682 and #88EB82 stays calm, while #B182EB is the loudest partner.
What is #bceb82 in CMYK for printing?
cmyk(20%, 0%, 45%, 8%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #bceb82 warm or cool?
Neutral — it scores 47 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #E2EB82; nudged cooler, #95EC81.