Emerald

#08D97B

Green

Color Codes

All color formats for development

HEX
#08D97B
RGB
rgb(8, 217, 123)
HSL
hsl(153, 93%, 44%)
OKLCH
oklch(0.778 0.194 154.3)
CMYK
cmyk(96%, 0%, 43%, 15%)

Accessibility

WCAG contrast compliance

On White Background

1.87:1

AA AAA

On Black Background

11.22: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#07C36E
2#06AD62
3#059856
4#05824A
5#046C3D
6#035731
7#024125
8#022B19
9#01160C

Tints

Lighter variations

1#09F48A
2#23F797
3#3EF8A4
4#5AF9B1
5#75FABE
6#91FBCB
7#ACFCD8
8#C8FDE5
9#E3FEF2

Tones

Muted variations

1#12CE7A
2#1DC479
3#27B978
4#32AF76
5#3CA475
6#469A74
7#519073
8#5B8572
9#667B71

Usage Guidelines

Recommended use cases for each shade level

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

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F0FEF8;
  --emerald-100: #DDFEEF;
  --emerald-200: #BFFDE1;
  --emerald-300: #8EFBCA;
  --emerald-400: #53F9AE;
  --emerald-500: #22F797;
  --emerald-600: #08D97B;
  --emerald-700: #06AC62;
  --emerald-800: #047B46;
  --emerald-900: #034F2D;
  --emerald-950: #02311C;
}
Generate More ShadesCreate PaletteConvert Color