Emerald

#08D977

Green

Color Codes

All color formats for development

HEX
#08D977
RGB
rgb(8, 217, 119)
HSL
hsl(152, 93%, 44%)
OKLCH
oklch(0.777 0.197 153.3)
CMYK
cmyk(96%, 0%, 45%, 15%)

Accessibility

WCAG contrast compliance

On White Background

1.87:1

AA AAA

On Black Background

11.20:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FE
100
#DDFE
200
#BFFD
300
#8EFB
400
#53F9
500
#22F7
600
#08D9
700
#06AC
800
#047B
900
#034F
950
#0231

Shades

Darker variations

1#07C36B
2#06AD5F
3#059853
4#058247
5#046C3C
6#035730
7#024124
8#022B18
9#01160C

Tints

Lighter variations

1#09F486
2#23F794
3#3EF8A1
4#5AF9AF
5#75FABC
6#91FBC9
7#ACFCD7
8#C8FDE4
9#E3FEF2

Tones

Muted variations

1#12CE76
2#1DC476
3#27B975
4#32AF74
5#3CA474
6#469A73
7#519072
8#5B8572
9#667B71

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEF8
BackgroundsSubtle highlightsCard backgrounds
100
DDFE
#DDFEEE
Light backgroundsTable row hoverSkeleton loading
200
BFFD
#BFFDE0
Secondary backgroundsInput backgroundsDividers
300
8EFB
#8EFBC8
BordersInactive statesPlaceholder text
400
53F9
#53F9AB
Disabled statesSecondary iconsMuted text
500
22F7
#22F793
Primary brand colorCTAsActive elementsLinks
600
08D9
#08D977
Hover statesFocus ringsPrimary buttons hover
700
06AC
#06AC5F
Active/pressed statesDark mode accentsSecondary text
800
047B
#047B44
Text on light backgroundsHeadingsStrong borders
900
034F
#034F2B
Primary textHigh emphasis contentDark headings
950
0231
#02311B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F0FEF8;
  --emerald-100: #DDFEEE;
  --emerald-200: #BFFDE0;
  --emerald-300: #8EFBC8;
  --emerald-400: #53F9AB;
  --emerald-500: #22F793;
  --emerald-600: #08D977;
  --emerald-700: #06AC5F;
  --emerald-800: #047B44;
  --emerald-900: #034F2B;
  --emerald-950: #02311B;
}
Generate More ShadesCreate PaletteConvert Color