Emerald

#2FE9B5

Green

Color Codes

All color formats for development

HEX
#2FE9B5
RGB
rgb(47, 233, 181)
HSL
hsl(163, 81%, 55%)
OKLCH
oklch(0.834 0.16 168.2)
CMYK
cmyk(80%, 0%, 22%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.56:1

AA AAA

On Black Background

13.44: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#18E4AB
2#15CB98
3#13B285
4#109872
5#0D7F5F
6#0B664C
7#084C39
8#053326
9#031913

Tints

Lighter variations

1#44EBBC
2#59EEC3
3#6EF0CB
4#82F2D2
5#97F4DA
6#ACF6E1
7#C1F8E9
8#D5FBF0
9#EAFDF8

Tones

Muted variations

1#39E0B0
2#42D7AC
3#4BCDA8
4#54C4A4
5#5EBBA0
6#67B19C
7#70A898
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
#95F4D9
BordersInactive statesPlaceholder text
400
5DEE
#5DEEC5
Disabled statesSecondary iconsMuted text
500
2FE9
#2FE9B5
Primary brand colorCTAsActive elementsLinks
600
15CB
#15CB98
Hover statesFocus ringsPrimary buttons hover
700
11A2
#11A279
Active/pressed statesDark mode accentsSecondary text
800
0C73
#0C7356
Text on light backgroundsHeadingsStrong borders
900
084A
#084A37
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: #95F4D9;
  --emerald-400: #5DEEC5;
  --emerald-500: #2FE9B5;
  --emerald-600: #15CB98;
  --emerald-700: #11A279;
  --emerald-800: #0C7356;
  --emerald-900: #084A37;
  --emerald-950: #052E22;
}
Generate More ShadesCreate PaletteConvert Color