Emerald

#2FE9B8

Green

Color Codes

All color formats for development

HEX
#2FE9B8
RGB
rgb(47, 233, 184)
HSL
hsl(164, 81%, 55%)
OKLCH
oklch(0.835 0.158 169.5)
CMYK
cmyk(80%, 0%, 21%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.56:1

AA AAA

On Black Background

13.47: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#18E4AE
2#15CB9B
3#13B287
4#109874
5#0D7F61
6#0B664D
7#084C3A
8#053327
9#031913

Tints

Lighter variations

1#44EBBF
2#59EEC6
3#6EF0CD
4#82F2D4
5#97F4DB
6#ACF6E2
7#C1F8EA
8#D5FBF1
9#EAFDF8

Tones

Muted variations

1#39E0B3
2#42D7AF
3#4BCDAB
4#54C4A6
5#5EBBA2
6#67B19E
7#70A899
8#7A9F95
9#839691

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFA
BackgroundsSubtle highlightsCard backgrounds
100
DFFC
#DFFCF4
Light backgroundsTable row hoverSkeleton loading
200
C3F9
#C3F9EA
Secondary backgroundsInput backgroundsDividers
300
95F4
#95F4DB
BordersInactive statesPlaceholder text
400
5DEE
#5DEEC7
Disabled statesSecondary iconsMuted text
500
2FE9
#2FE9B8
Primary brand colorCTAsActive elementsLinks
600
15CB
#15CB9B
Hover statesFocus ringsPrimary buttons hover
700
11A2
#11A27B
Active/pressed statesDark mode accentsSecondary text
800
0C73
#0C7358
Text on light backgroundsHeadingsStrong borders
900
084A
#084A38
Primary textHigh emphasis contentDark headings
950
052E
#052E23
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FEFA;
  --emerald-100: #DFFCF4;
  --emerald-200: #C3F9EA;
  --emerald-300: #95F4DB;
  --emerald-400: #5DEEC7;
  --emerald-500: #2FE9B8;
  --emerald-600: #15CB9B;
  --emerald-700: #11A27B;
  --emerald-800: #0C7358;
  --emerald-900: #084A38;
  --emerald-950: #052E23;
}
Generate More ShadesCreate PaletteConvert Color