#3eb754
a balanced, vivid green · cool · closest name: Medium Sea Green
At a glance
Every number on this page in one read: what #3eb754 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 | #3eb754 |
| RGB | rgb(62, 183, 84) |
| HSL | hsl(131, 49%, 48%) |
| CMYK | cmyk(66%, 0%, 54%, 28%) |
| LAB | lab(66.2 -54.2 40.3) |
| LCH | lch(66.2 67.5 143.3) |
| OKLCH | oklch(0.690 0.175 146.6) |
| Decimal | 4110164 |
| Display P3 | color(display-p3 0.243 0.718 0.329) |
Copy-ready code
/* CSS */
color: #3eb754;
background-color: #3eb754;
/* Tailwind (arbitrary) */
class="text-[#3eb754] bg-[#3eb754]"
/* SCSS */
$brand: #3eb754;
/* SwiftUI */
Color(red: 0.243, green: 0.718, blue: 0.329)
/* Android */
Color.parseColor("#3eb754")
/* Flutter */
Color(0xFF3EB754)
/* Python / OpenCV (BGR) */
(84, 183, 62)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. #3eb754 is pinned to step 600; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F4FAF5;
--brand-100: #EAF6EC;
--brand-200: #CFECD5;
--brand-300: #ABE3B5;
--brand-400: #81D490;
--brand-500: #57C66C;
--brand-600: #3eb754;
--brand-700: #349846;
--brand-800: #297A38;
--brand-900: #21592B;
--brand-950: #15381B;
--brand: #3eb754;
--brand-ink: #000000;
}Colors that work with #3eb754
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 #3eb754
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
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠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 | #B73EA1 | Directly opposite — maximum tension | |
| Analogous left | #64B73E | Neighbour, quieter | |
| Analogous right | #3EB790 | Neighbour, quieter | |
| Split-complement 1 | #903EB7 | Contrast without the clash | |
| Split-complement 2 | #B73E64 | Contrast without the clash | |
| Triadic 1 | #543EB7 | Even thirds — balanced and loud | |
| Triadic 2 | #B7543E | Even thirds — balanced and loud | |
| Tetradic | #3E64B7 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#3eb754 text on a black background
contrast 8.11:1
#3eb754 text on a white background
contrast 2.59:1
CSS3 live lab
The quick brown fox
color: #3eb754;
background-color: #3eb754;
Glowing headline
text-shadow: 2px 2px 8px #3eb754;
Soft neon halo
text-shadow: 0 0 14px rgba(62, 183, 84, 0.45);
box-shadow: 0 12px 32px -8px rgba(62, 183, 84, 0.45);
border: 3px solid #3eb754; background: linear-gradient(135deg, #3eb754, #3EB7A5);
Monochromatic scale
Palettes built from #3eb754
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 6.1 away, with its history, psychology and brand usage.
#3eb754 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.
#3eb754, answered
What color is #3eb754?
#3eb754 is a balanced vivid green, closest to Medium Sea Green (ΔE2000 5.9). It sits at 131° on the hue wheel with 49% saturation and 48% lightness, which reads as cool.
What is the RGB value of #3eb754?
rgb(62, 183, 84) — 62 red, 183 green and 84 blue out of 255, or 24.3% / 71.8% / 32.9% by channel.
Is #3eb754 a light or a dark color?
It is a mid-tone. Relative luminance is 0.3553 and perceived brightness is 58%, so black text on it reaches 8.11:1.
Should I use black or white text on #3eb754?
Black. It scores 8.11:1 against #3eb754, versus 2.59:1 for white — AAA at any size.
What is the complementary color of #3eb754?
#B73EA1 sits directly opposite on the wheel. Softer options are the split-complements #903EB7 and #B73E64, which give the same contrast with far less vibration.
What colors go well with #3eb754?
For interface work: #F4FAF5 as the surface, #C2EAC9 for borders, #4B9B59 for secondary text, #B339BC as an accent and #205F2C for hover and pressed states. For a palette, the analogous pair #64B73E and #3EB790 stays calm, while #B73EA1 is the loudest partner.
What is #3eb754 in CMYK for printing?
cmyk(66%, 0%, 54%, 28%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #3eb754 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 #54B73E; nudged cooler, #3BB980.