#7bbc8b
a balanced, soft green · cool · closest name: Dark Sea Green
At a glance
Every number on this page in one read: what #7bbc8b is made of, how bright it looks, and which way it leans.
Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #7bbc8b |
| RGB | rgb(123, 188, 139) |
| HSL | hsl(135, 33%, 61%) |
| CMYK | cmyk(35%, 0%, 26%, 26%) |
| LAB | lab(70.9 -31.1 18.4) |
| LCH | lch(70.9 36.1 149.4) |
| OKLCH | oklch(0.738 0.097 151.2) |
| Decimal | 8109195 |
| Display P3 | color(display-p3 0.482 0.737 0.545) |
Copy-ready code
/* CSS */
color: #7bbc8b;
background-color: #7bbc8b;
/* Tailwind (arbitrary) */
class="text-[#7bbc8b] bg-[#7bbc8b]"
/* SCSS */
$brand: #7bbc8b;
/* SwiftUI */
Color(red: 0.482, green: 0.737, blue: 0.545)
/* Android */
Color.parseColor("#7bbc8b")
/* Flutter */
Color(0xFF7BBC8B)
/* Python / OpenCV (BGR) */
(139, 188, 123)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. #7bbc8b 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.
:root {
--brand-50: #F5F9F6;
--brand-100: #ECF4EE;
--brand-200: #D4E7D9;
--brand-300: #B5D9BE;
--brand-400: #8FC69D;
--brand-500: #7bbc8b;
--brand-600: #52A266;
--brand-700: #458755;
--brand-800: #376C44;
--brand-900: #2B5034;
--brand-950: #1B3220;
--brand: #7bbc8b;
--brand-ink: #000000;
}Colors that work with #7bbc8b
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 #7bbc8b
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
- ⚠Text of any size on white — fails WCAG AA
- ⚠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 | #BC7BAC | Directly opposite — maximum tension | |
| Analogous left | #8CBC7B | Neighbour, quieter | |
| Analogous right | #7BBCAC | Neighbour, quieter | |
| Split-complement 1 | #AC7BBC | Contrast without the clash | |
| Split-complement 2 | #BC7B8C | Contrast without the clash | |
| Triadic 1 | #8B7BBC | Even thirds — balanced and loud | |
| Triadic 2 | #BC8B7B | Even thirds — balanced and loud | |
| Tetradic | #7B8CBC | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#7bbc8b text on a black background
contrast 9.41:1
#7bbc8b text on a white background
contrast 2.23:1
CSS3 live lab
The quick brown fox
color: #7bbc8b;
background-color: #7bbc8b;
Glowing headline
text-shadow: 2px 2px 8px #7bbc8b;
Soft neon halo
text-shadow: 0 0 14px rgba(123, 188, 139, 0.45);
box-shadow: 0 12px 32px -8px rgba(123, 188, 139, 0.45);
border: 3px solid #7bbc8b; background: linear-gradient(135deg, #7bbc8b, #7BBCB6);
Monochromatic scale
Palettes built from #7bbc8b
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: Emerald (#50c878) — ΔE2000 7.5 away, with its history, psychology and brand usage.
#7bbc8b 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.
#7bbc8b, answered
What color is #7bbc8b?
#7bbc8b is a balanced soft green, closest to Dark Sea Green (ΔE2000 3.5). It sits at 135° on the hue wheel with 33% saturation and 61% lightness, which reads as cool.
What is the RGB value of #7bbc8b?
rgb(123, 188, 139) — 123 red, 188 green and 139 blue out of 255, or 48.2% / 73.7% / 54.5% by channel.
Is #7bbc8b a light or a dark color?
It is a mid-tone. Relative luminance is 0.4204 and perceived brightness is 65%, so black text on it reaches 9.41:1.
Should I use black or white text on #7bbc8b?
Black. It scores 9.41:1 against #7bbc8b, versus 2.23:1 for white — AAA at any size.
What is the complementary color of #7bbc8b?
#BC7BAC sits directly opposite on the wheel. Softer options are the split-complements #AC7BBC and #BC7B8C, which give the same contrast with far less vibration.
What colors go well with #7bbc8b?
For interface work: #F5FAF6 as the surface, #C9E4CF for borders, #4D9860 for secondary text, #8B418B as an accent and #2B5535 for hover and pressed states. For a palette, the analogous pair #8CBC7B and #7BBCAC stays calm, while #BC7BAC is the loudest partner.
What is #7bbc8b in CMYK for printing?
cmyk(35%, 0%, 26%, 26%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #7bbc8b warm or cool?
Cool — it scores 67 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #83BC7B; nudged cooler, #79BEA3.