Emerald

#2EB27D

Green

Color Codes

All color formats for development

HEX
#2EB27D
RGB
rgb(46, 178, 125)
HSL
hsl(156, 59%, 44%)
OKLCH
oklch(0.681 0.137 161.4)
CMYK
cmyk(74%, 0%, 30%, 30%)

Accessibility

WCAG contrast compliance

On White Background

2.70:1

AA AAA

On Black Background

7.78:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E3F8
200
#CAF1
300
#A2E7
400
#71DA
500
#49D0
600
#2EB2
700
#258E
800
#1A65
900
#1141
950
#0A29

Shades

Darker variations

1#29A171
2#258F64
3#207D58
4#1C6B4B
5#17593F
6#124732
7#0E3626
8#092419
9#05120D

Tints

Lighter variations

1#34C98D
2#49D09A
3#60D6A7
4#77DCB3
5#8DE2C0
6#A4E8CD
7#BBEDD9
8#D2F3E6
9#E8F9F2

Tones

Muted variations

1#35AC7C
2#3BA57B
3#429F79
4#489878
5#4F9177
6#568B75
7#5C8474
8#637D73
9#6A7772

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF8
BackgroundsSubtle highlightsCard backgrounds
100
E3F8
#E3F8EF
Light backgroundsTable row hoverSkeleton loading
200
CAF1
#CAF1E2
Secondary backgroundsInput backgroundsDividers
300
A2E7
#A2E7CB
BordersInactive statesPlaceholder text
400
71DA
#71DAB0
Disabled statesSecondary iconsMuted text
500
49D0
#49D09A
Primary brand colorCTAsActive elementsLinks
600
2EB2
#2EB27D
Hover statesFocus ringsPrimary buttons hover
700
258E
#258E64
Active/pressed statesDark mode accentsSecondary text
800
1A65
#1A6547
Text on light backgroundsHeadingsStrong borders
900
1141
#11412E
Primary textHigh emphasis contentDark headings
950
0A29
#0A291D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F3FCF8;
  --emerald-100: #E3F8EF;
  --emerald-200: #CAF1E2;
  --emerald-300: #A2E7CB;
  --emerald-400: #71DAB0;
  --emerald-500: #49D09A;
  --emerald-600: #2EB27D;
  --emerald-700: #258E64;
  --emerald-800: #1A6547;
  --emerald-900: #11412E;
  --emerald-950: #0A291D;
}
Generate More ShadesCreate PaletteConvert Color