Emerald

#00E07B

Green

Color Codes

All color formats for development

HEX
#00E07B
RGB
rgb(0, 224, 123)
HSL
hsl(153, 100%, 44%)
OKLCH
oklch(0.795 0.203 153.4)
CMYK
cmyk(100%, 0%, 45%, 12%)

Accessibility

WCAG contrast compliance

On White Background

1.76:1

AA AAA

On Black Background

11.95: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#00CA6F
2#00B463
3#009D56
4#00874A
5#00703E
6#005A31
7#004325
8#002D19
9#00160C

Tints

Lighter variations

1#00FD8B
2#1BFF98
3#37FFA5
4#54FFB2
5#70FFBF
6#8DFFCC
7#A9FFD8
8#C6FFE5
9#E2FFF2

Tones

Muted variations

1#0BD57A
2#16CA79
3#22BF78
4#2DB477
5#38A876
6#439D75
7#4F9274
8#5A8772
9#657B71

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFF8
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFEF
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFE1
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFCA
BordersInactive statesPlaceholder text
400
4DFF
#4DFFAF
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFF98
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E07B
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B362
Active/pressed statesDark mode accentsSecondary text
800
0080
#008046
Text on light backgroundsHeadingsStrong borders
900
0052
#00522D
Primary textHigh emphasis contentDark headings
950
0033
#00331C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F0FFF8;
  --emerald-100: #DBFFEF;
  --emerald-200: #BDFFE1;
  --emerald-300: #8AFFCA;
  --emerald-400: #4DFFAF;
  --emerald-500: #1AFF98;
  --emerald-600: #00E07B;
  --emerald-700: #00B362;
  --emerald-800: #008046;
  --emerald-900: #00522D;
  --emerald-950: #00331C;
}
Generate More ShadesCreate PaletteConvert Color