Emerald

#08D982

Green

Color Codes

All color formats for development

HEX
#08D982
RGB
rgb(8, 217, 130)
HSL
hsl(155, 93%, 44%)
OKLCH
oklch(0.779 0.188 156)
CMYK
cmyk(96%, 0%, 40%, 15%)

Accessibility

WCAG contrast compliance

On White Background

1.87:1

AA AAA

On Black Background

11.26: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#07C375
2#06AD68
3#05985B
4#05824E
5#046C41
6#035734
7#024127
8#022B1A
9#01160D

Tints

Lighter variations

1#09F492
2#23F79E
3#3EF8AB
4#5AF9B7
5#75FAC3
6#91FBCF
7#ACFCDB
8#C8FDE7
9#E3FEF3

Tones

Muted variations

1#12CE80
2#1DC47E
3#27B97C
4#32AF7B
5#3CA479
6#469A77
7#519075
8#5B8574
9#667B72

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEF9
BackgroundsSubtle highlightsCard backgrounds
100
DDFE
#DDFEF0
Light backgroundsTable row hoverSkeleton loading
200
BFFD
#BFFDE3
Secondary backgroundsInput backgroundsDividers
300
8EFB
#8EFBCD
BordersInactive statesPlaceholder text
400
53F9
#53F9B4
Disabled statesSecondary iconsMuted text
500
22F7
#22F79E
Primary brand colorCTAsActive elementsLinks
600
08D9
#08D982
Hover statesFocus ringsPrimary buttons hover
700
06AC
#06AC67
Active/pressed statesDark mode accentsSecondary text
800
047B
#047B4A
Text on light backgroundsHeadingsStrong borders
900
034F
#034F2F
Primary textHigh emphasis contentDark headings
950
0231
#02311D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F0FEF9;
  --emerald-100: #DDFEF0;
  --emerald-200: #BFFDE3;
  --emerald-300: #8EFBCD;
  --emerald-400: #53F9B4;
  --emerald-500: #22F79E;
  --emerald-600: #08D982;
  --emerald-700: #06AC67;
  --emerald-800: #047B4A;
  --emerald-900: #034F2F;
  --emerald-950: #02311D;
}
Generate More ShadesCreate PaletteConvert Color