#2cd37d
a balanced, vivid green · cool · closest name: Medium Sea Green
At a glance
Every number on this page in one read: what #2cd37d 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 | #2cd37d |
| RGB | rgb(44, 211, 125) |
| HSL | hsl(149, 66%, 50%) |
| CMYK | cmyk(79%, 0%, 41%, 17%) |
| LAB | lab(75.2 -60.3 31.1) |
| LCH | lch(75.2 67.9 152.7) |
| OKLCH | oklch(0.766 0.180 154.5) |
| Decimal | 2937725 |
| Display P3 | color(display-p3 0.173 0.827 0.490) |
Copy-ready code
/* CSS */
color: #2cd37d;
background-color: #2cd37d;
/* Tailwind (arbitrary) */
class="text-[#2cd37d] bg-[#2cd37d]"
/* SCSS */
$brand: #2cd37d;
/* SwiftUI */
Color(red: 0.173, green: 0.827, blue: 0.490)
/* Android */
Color.parseColor("#2cd37d")
/* Flutter */
Color(0xFF2CD37D)
/* Python / OpenCV (BGR) */
(125, 211, 44)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. #2cd37d 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: #F3FBF7;
--brand-100: #E8F8EF;
--brand-200: #CBF1DD;
--brand-300: #A2ECC6;
--brand-400: #74E2A9;
--brand-500: #45D88D;
--brand-600: #2cd37d;
--brand-700: #23A964;
--brand-800: #1C8750;
--brand-900: #18623C;
--brand-950: #0F3D26;
--brand: #2cd37d;
--brand-ink: #000000;
}Colors that work with #2cd37d
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 #2cd37d
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 | #D32C82 | Directly opposite — maximum tension | |
| Analogous left | #2ED32C | Neighbour, quieter | |
| Analogous right | #2CD3D1 | Neighbour, quieter | |
| Split-complement 1 | #D12CD3 | Contrast without the clash | |
| Split-complement 2 | #D32C2E | Contrast without the clash | |
| Triadic 1 | #7D2CD3 | Even thirds — balanced and loud | |
| Triadic 2 | #D37D2C | Even thirds — balanced and loud | |
| Tetradic | #2C2ED3 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#2cd37d text on a black background
contrast 10.72:1
#2cd37d text on a white background
contrast 1.96:1
CSS3 live lab
The quick brown fox
color: #2cd37d;
background-color: #2cd37d;
Glowing headline
text-shadow: 2px 2px 8px #2cd37d;
Soft neon halo
text-shadow: 0 0 14px rgba(44, 211, 125, 0.45);
box-shadow: 0 12px 32px -8px rgba(44, 211, 125, 0.45);
border: 3px solid #2cd37d; background: linear-gradient(135deg, #2cd37d, #2CBAD3);
Monochromatic scale
Palettes built from #2cd37d
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 3.3 away, with its history, psychology and brand usage.
#2cd37d 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.
#2cd37d, answered
What color is #2cd37d?
#2cd37d is a balanced vivid green, closest to Medium Sea Green (ΔE2000 8.5). It sits at 149° on the hue wheel with 66% saturation and 50% lightness, which reads as cool.
What is the RGB value of #2cd37d?
rgb(44, 211, 125) — 44 red, 211 green and 125 blue out of 255, or 17.3% / 82.7% / 49% by channel.
Is #2cd37d a light or a dark color?
It is a mid-tone. Relative luminance is 0.4860 and perceived brightness is 66%, so black text on it reaches 10.72:1.
Should I use black or white text on #2cd37d?
Black. It scores 10.72:1 against #2cd37d, versus 1.96:1 for white — AAA at any size.
What is the complementary color of #2cd37d?
#D32C82 sits directly opposite on the wheel. Softer options are the split-complements #D12CD3 and #D32C2E, which give the same contrast with far less vibration.
What colors go well with #2cd37d?
For interface work: #F4FAF7 as the surface, #C0EDD6 for borders, #4B9B72 for secondary text, #D827AE as an accent and #166A3E for hover and pressed states. For a palette, the analogous pair #2ED32C and #2CD3D1 stays calm, while #D32C82 is the loudest partner.
What is #2cd37d in CMYK for printing?
cmyk(79%, 0%, 41%, 17%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #2cd37d warm or cool?
Cool — it scores 75 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #2CD340; nudged cooler, #29D6BC.