#5bbc86
a balanced, soft green · cool · closest name: Medium Sea Green
At a glance
Every number on this page in one read: what #5bbc86 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 | #5bbc86 |
| RGB | rgb(91, 188, 134) |
| HSL | hsl(147, 42%, 55%) |
| CMYK | cmyk(52%, 0%, 29%, 26%) |
| LAB | lab(69.4 -41.1 18.8) |
| LCH | lch(69.4 45.2 155.4) |
| OKLCH | oklch(0.722 0.122 157.0) |
| Decimal | 6012038 |
| Display P3 | color(display-p3 0.357 0.737 0.525) |
Copy-ready code
/* CSS */
color: #5bbc86;
background-color: #5bbc86;
/* Tailwind (arbitrary) */
class="text-[#5bbc86] bg-[#5bbc86]"
/* SCSS */
$brand: #5bbc86;
/* SwiftUI */
Color(red: 0.357, green: 0.737, blue: 0.525)
/* Android */
Color.parseColor("#5bbc86")
/* Flutter */
Color(0xFF5BBC86)
/* Python / OpenCV (BGR) */
(134, 188, 91)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. #5bbc86 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: #F5FAF7;
--brand-100: #EBF5EF;
--brand-200: #D2EADC;
--brand-300: #AFDEC4;
--brand-400: #88CEA7;
--brand-500: #5bbc86;
--brand-600: #47AE75;
--brand-700: #3B9161;
--brand-800: #2F744E;
--brand-900: #26553B;
--brand-950: #173525;
--brand: #5bbc86;
--brand-ink: #000000;
}Colors that work with #5bbc86
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 #5bbc86
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 | #BC5B91 | Directly opposite — maximum tension | |
| Analogous left | #60BC5B | Neighbour, quieter | |
| Analogous right | #5BBCB7 | Neighbour, quieter | |
| Split-complement 1 | #B75BBC | Contrast without the clash | |
| Split-complement 2 | #BC5B60 | Contrast without the clash | |
| Triadic 1 | #865BBC | Even thirds — balanced and loud | |
| Triadic 2 | #BC865B | Even thirds — balanced and loud | |
| Tetradic | #5B60BC | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#5bbc86 text on a black background
contrast 8.98:1
#5bbc86 text on a white background
contrast 2.34:1
CSS3 live lab
The quick brown fox
color: #5bbc86;
background-color: #5bbc86;
Glowing headline
text-shadow: 2px 2px 8px #5bbc86;
Soft neon halo
text-shadow: 0 0 14px rgba(91, 188, 134, 0.45);
box-shadow: 0 12px 32px -8px rgba(91, 188, 134, 0.45);
border: 3px solid #5bbc86; background: linear-gradient(135deg, #5bbc86, #5BB1BC);
Monochromatic scale
Palettes built from #5bbc86
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 5.5 away, with its history, psychology and brand usage.
#5bbc86 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.
#5bbc86, answered
What color is #5bbc86?
#5bbc86 is a balanced soft green, closest to Medium Sea Green (ΔE2000 4.4). It sits at 147° on the hue wheel with 42% saturation and 55% lightness, which reads as cool.
What is the RGB value of #5bbc86?
rgb(91, 188, 134) — 91 red, 188 green and 134 blue out of 255, or 35.7% / 73.7% / 52.5% by channel.
Is #5bbc86 a light or a dark color?
It is a mid-tone. Relative luminance is 0.3991 and perceived brightness is 62%, so black text on it reaches 8.98:1.
Should I use black or white text on #5bbc86?
Black. It scores 8.98:1 against #5bbc86, versus 2.34:1 for white — AAA at any size.
What is the complementary color of #5bbc86?
#BC5B91 sits directly opposite on the wheel. Softer options are the split-complements #B75BBC and #BC5B60, which give the same contrast with far less vibration.
What colors go well with #5bbc86?
For interface work: #F4FAF7 as the surface, #C5E7D4 for borders, #4B9B6E for secondary text, #C156AC as an accent and #255B3D for hover and pressed states. For a palette, the analogous pair #60BC5B and #5BBCB7 stays calm, while #BC5B91 is the loudest partner.
What is #5bbc86 in CMYK for printing?
cmyk(52%, 0%, 29%, 26%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #5bbc86 warm or cool?
Cool — it scores 74 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #5BBC62; nudged cooler, #59BEAB.