Emerald

#2FE9AB

Green

Color Codes

All color formats for development

HEX
#2FE9AB
RGB
rgb(47, 233, 171)
HSL
hsl(160, 81%, 55%)
OKLCH
oklch(0.831 0.167 164.4)
CMYK
cmyk(80%, 0%, 27%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.57:1

AA AAA

On Black Background

13.36:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DFFC
200
#C3F9
300
#95F4
400
#5DEE
500
#2FE9
600
#15CB
700
#11A2
800
#0C73
900
#084A
950
#052E

Shades

Darker variations

1#18E4A0
2#15CB8E
3#13B27D
4#10986B
5#0D7F59
6#0B6647
7#084C35
8#053324
9#031912

Tints

Lighter variations

1#44EBB4
2#59EEBC
3#6EF0C4
4#82F2CD
5#97F4D5
6#ACF6DD
7#C1F8E6
8#D5FBEE
9#EAFDF7

Tones

Muted variations

1#39E0A8
2#42D7A5
3#4BCDA2
4#54C49F
5#5EBB9C
6#67B199
7#70A896
8#7A9F92
9#83968F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEF9
BackgroundsSubtle highlightsCard backgrounds
100
DFFC
#DFFCF2
Light backgroundsTable row hoverSkeleton loading
200
C3F9
#C3F9E7
Secondary backgroundsInput backgroundsDividers
300
95F4
#95F4D4
BordersInactive statesPlaceholder text
400
5DEE
#5DEEBE
Disabled statesSecondary iconsMuted text
500
2FE9
#2FE9AB
Primary brand colorCTAsActive elementsLinks
600
15CB
#15CB8E
Hover statesFocus ringsPrimary buttons hover
700
11A2
#11A271
Active/pressed statesDark mode accentsSecondary text
800
0C73
#0C7351
Text on light backgroundsHeadingsStrong borders
900
084A
#084A34
Primary textHigh emphasis contentDark headings
950
052E
#052E20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FEF9;
  --emerald-100: #DFFCF2;
  --emerald-200: #C3F9E7;
  --emerald-300: #95F4D4;
  --emerald-400: #5DEEBE;
  --emerald-500: #2FE9AB;
  --emerald-600: #15CB8E;
  --emerald-700: #11A271;
  --emerald-800: #0C7351;
  --emerald-900: #084A34;
  --emerald-950: #052E20;
}
Generate More ShadesCreate PaletteConvert Color