Emerald

#00E0A1

Green

Color Codes

All color formats for development

HEX
#00E0A1
RGB
rgb(0, 224, 161)
HSL
hsl(163, 100%, 44%)
OKLCH
oklch(0.803 0.171 164.2)
CMYK
cmyk(100%, 0%, 28%, 12%)

Accessibility

WCAG contrast compliance

On White Background

1.72:1

AA AAA

On Black Background

12.18:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DBFF
200
#BDFF
300
#8AFF
400
#4DFF
500
#1AFF
600
#00E0
700
#00B3
800
#0080
900
#0052
950
#0033

Shades

Darker variations

1#00CA91
2#00B481
3#009D71
4#008760
5#007050
6#005A40
7#004330
8#002D20
9#001610

Tints

Lighter variations

1#00FDB5
2#1BFFBE
3#37FFC6
4#54FFCE
5#70FFD7
6#8DFFDF
7#A9FFE7
8#C6FFEF
9#E2FFF7

Tones

Muted variations

1#0BD59C
2#16CA97
3#22BF92
4#2DB48D
5#38A889
6#439D84
7#4F927F
8#5A877A
9#657B75

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFB
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFF5
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFEC
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFDE
BordersInactive statesPlaceholder text
400
4DFF
#4DFFCC
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFFBE
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E0A1
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B380
Active/pressed statesDark mode accentsSecondary text
800
0080
#00805B
Text on light backgroundsHeadingsStrong borders
900
0052
#00523A
Primary textHigh emphasis contentDark headings
950
0033
#003325
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F0FFFB;
  --emerald-100: #DBFFF5;
  --emerald-200: #BDFFEC;
  --emerald-300: #8AFFDE;
  --emerald-400: #4DFFCC;
  --emerald-500: #1AFFBE;
  --emerald-600: #00E0A1;
  --emerald-700: #00B380;
  --emerald-800: #00805B;
  --emerald-900: #00523A;
  --emerald-950: #003325;
}
Generate More ShadesCreate PaletteConvert Color