Emerald

#2FE9AE

Green

Color Codes

All color formats for development

HEX
#2FE9AE
RGB
rgb(47, 233, 174)
HSL
hsl(161, 81%, 55%)
OKLCH
oklch(0.832 0.165 165.5)
CMYK
cmyk(80%, 0%, 25%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.57:1

AA AAA

On Black Background

13.39: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#18E4A4
2#15CB92
3#13B27F
4#10986D
5#0D7F5B
6#0B6649
7#084C37
8#053324
9#031912

Tints

Lighter variations

1#44EBB6
2#59EEBE
3#6EF0C7
4#82F2CF
5#97F4D7
6#ACF6DF
7#C1F8E7
8#D5FBEF
9#EAFDF7

Tones

Muted variations

1#39E0AB
2#42D7A8
3#4BCDA4
4#54C4A1
5#5EBB9D
6#67B19A
7#70A896
8#7A9F93
9#839690

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFA
BackgroundsSubtle highlightsCard backgrounds
100
DFFC
#DFFCF2
Light backgroundsTable row hoverSkeleton loading
200
C3F9
#C3F9E8
Secondary backgroundsInput backgroundsDividers
300
95F4
#95F4D6
BordersInactive statesPlaceholder text
400
5DEE
#5DEEC0
Disabled statesSecondary iconsMuted text
500
2FE9
#2FE9AE
Primary brand colorCTAsActive elementsLinks
600
15CB
#15CB92
Hover statesFocus ringsPrimary buttons hover
700
11A2
#11A274
Active/pressed statesDark mode accentsSecondary text
800
0C73
#0C7353
Text on light backgroundsHeadingsStrong borders
900
084A
#084A35
Primary textHigh emphasis contentDark headings
950
052E
#052E21
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FEFA;
  --emerald-100: #DFFCF2;
  --emerald-200: #C3F9E8;
  --emerald-300: #95F4D6;
  --emerald-400: #5DEEC0;
  --emerald-500: #2FE9AE;
  --emerald-600: #15CB92;
  --emerald-700: #11A274;
  --emerald-800: #0C7353;
  --emerald-900: #084A35;
  --emerald-950: #052E21;
}
Generate More ShadesCreate PaletteConvert Color