Emerald

#2FE9B1

Green

Color Codes

All color formats for development

HEX
#2FE9B1
RGB
rgb(47, 233, 177)
HSL
hsl(162, 81%, 55%)
OKLCH
oklch(0.833 0.163 166.6)
CMYK
cmyk(80%, 0%, 24%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.57:1

AA AAA

On Black Background

13.41: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#18E4A7
2#15CB95
3#13B282
4#10986F
5#0D7F5D
6#0B664A
7#084C38
8#053325
9#031913

Tints

Lighter variations

1#44EBB9
2#59EEC1
3#6EF0C9
4#82F2D0
5#97F4D8
6#ACF6E0
7#C1F8E8
8#D5FBEF
9#EAFDF7

Tones

Muted variations

1#39E0AE
2#42D7AA
3#4BCDA6
4#54C4A3
5#5EBB9F
6#67B19B
7#70A897
8#7A9F94
9#839690

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFA
BackgroundsSubtle highlightsCard backgrounds
100
DFFC
#DFFCF3
Light backgroundsTable row hoverSkeleton loading
200
C3F9
#C3F9E9
Secondary backgroundsInput backgroundsDividers
300
95F4
#95F4D7
BordersInactive statesPlaceholder text
400
5DEE
#5DEEC3
Disabled statesSecondary iconsMuted text
500
2FE9
#2FE9B1
Primary brand colorCTAsActive elementsLinks
600
15CB
#15CB95
Hover statesFocus ringsPrimary buttons hover
700
11A2
#11A276
Active/pressed statesDark mode accentsSecondary text
800
0C73
#0C7354
Text on light backgroundsHeadingsStrong borders
900
084A
#084A36
Primary textHigh emphasis contentDark headings
950
052E
#052E22
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FEFA;
  --emerald-100: #DFFCF3;
  --emerald-200: #C3F9E9;
  --emerald-300: #95F4D7;
  --emerald-400: #5DEEC3;
  --emerald-500: #2FE9B1;
  --emerald-600: #15CB95;
  --emerald-700: #11A276;
  --emerald-800: #0C7354;
  --emerald-900: #084A36;
  --emerald-950: #052E22;
}
Generate More ShadesCreate PaletteConvert Color