Emerald

#09D777

Green

Color Codes

All color formats for development

HEX
#09D777
RGB
rgb(9, 215, 119)
HSL
hsl(152, 92%, 44%)
OKLCH
oklch(0.772 0.195 153.6)
CMYK
cmyk(96%, 0%, 45%, 16%)

Accessibility

WCAG contrast compliance

On White Background

1.91:1

AA AAA

On Black Background

11.00:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FE
100
#DDFE
200
#BFFC
300
#8EFA
400
#54F8
500
#23F6
600
#09D7
700
#07AB
800
#057A
900
#034E
950
#0231

Shades

Darker variations

1#08C26B
2#07AC5F
3#069753
4#058147
5#046C3C
6#045630
7#034124
8#022B18
9#01160C

Tints

Lighter variations

1#0AF386
2#24F694
3#3FF7A1
4#5AF8AF
5#76F9BC
6#91FAC9
7#ADFCD7
8#C8FDE4
9#E4FEF2

Tones

Muted variations

1#13CD76
2#1EC376
3#28B875
4#32AE74
5#3DA474
6#479973
7#518F72
8#5C8572
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
BFFC
#BFFCE0
Secondary backgroundsInput backgroundsDividers
300
8EFA
#8EFAC8
BordersInactive statesPlaceholder text
400
54F8
#54F8AB
Disabled statesSecondary iconsMuted text
500
23F6
#23F693
Primary brand colorCTAsActive elementsLinks
600
09D7
#09D777
Hover statesFocus ringsPrimary buttons hover
700
07AB
#07AB5F
Active/pressed statesDark mode accentsSecondary text
800
057A
#057A44
Text on light backgroundsHeadingsStrong borders
900
034E
#034E2B
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: #BFFCE0;
  --emerald-300: #8EFAC8;
  --emerald-400: #54F8AB;
  --emerald-500: #23F693;
  --emerald-600: #09D777;
  --emerald-700: #07AB5F;
  --emerald-800: #057A44;
  --emerald-900: #034E2B;
  --emerald-950: #02311B;
}
Generate More ShadesCreate PaletteConvert Color