Emerald

#2CED93

Green

Color Codes

All color formats for development

HEX
#2CED93
RGB
rgb(44, 237, 147)
HSL
hsl(152, 84%, 55%)
OKLCH
oklch(0.836 0.193 156.3)
CMYK
cmyk(81%, 0%, 38%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.54:1

AA AAA

On Black Background

13.64:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DEFC
200
#C2FA
300
#93F6
400
#5BF1
500
#2CED
600
#12CE
700
#0EA4
800
#0A75
900
#074B
950
#042F

Shades

Darker variations

1#14E885
2#12CE76
3#10B568
4#0D9B59
5#0B814A
6#09673B
7#074D2C
8#04341E
9#021A0F

Tints

Lighter variations

1#41EE9E
2#56F0A8
3#6BF2B3
4#80F4BE
5#95F6C9
6#ABF8D4
7#C0F9DF
8#D5FBE9
9#EAFDF4

Tones

Muted variations

1#35E392
2#3FD991
3#49D091
4#52C690
5#5CBC8F
6#66B38F
7#6FA98E
8#79A08E
9#83968D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEF8
BackgroundsSubtle highlightsCard backgrounds
100
DEFC
#DEFCEE
Light backgroundsTable row hoverSkeleton loading
200
C2FA
#C2FAE0
Secondary backgroundsInput backgroundsDividers
300
93F6
#93F6C8
BordersInactive statesPlaceholder text
400
5BF1
#5BF1AB
Disabled statesSecondary iconsMuted text
500
2CED
#2CED93
Primary brand colorCTAsActive elementsLinks
600
12CE
#12CE76
Hover statesFocus ringsPrimary buttons hover
700
0EA4
#0EA45E
Active/pressed statesDark mode accentsSecondary text
800
0A75
#0A7543
Text on light backgroundsHeadingsStrong borders
900
074B
#074B2B
Primary textHigh emphasis contentDark headings
950
042F
#042F1B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FEF8;
  --emerald-100: #DEFCEE;
  --emerald-200: #C2FAE0;
  --emerald-300: #93F6C8;
  --emerald-400: #5BF1AB;
  --emerald-500: #2CED93;
  --emerald-600: #12CE76;
  --emerald-700: #0EA45E;
  --emerald-800: #0A7543;
  --emerald-900: #074B2B;
  --emerald-950: #042F1B;
}
Generate More ShadesCreate PaletteConvert Color