Emerald

#34E55A

Green

Color Codes

All color formats for development

HEX
#34E55A
RGB
rgb(52, 229, 90)
HSL
hsl(133, 77%, 55%)
OKLCH
oklch(0.808 0.229 146.1)
CMYK
cmyk(77%, 0%, 61%, 10%)

Accessibility

WCAG contrast compliance

On White Background

1.68:1

AA AAA

On Black Background

12.50:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C4F7
300
#97F2
400
#61EA
500
#34E5
600
#1AC7
700
#159E
800
#0F71
900
#0948
950
#062D

Shades

Darker variations

1#1DDF47
2#1AC73F
3#17AE37
4#13952F
5#107C28
6#0D6320
7#0A4A18
8#063210
9#031908

Tints

Lighter variations

1#48E76B
2#5DEA7B
3#71ED8C
4#85EF9C
5#99F2AD
6#AEF4BD
7#C2F7CE
8#D6FADE
9#EBFCEF

Tones

Muted variations

1#3DDC5F
2#46D364
3#4ECA69
4#57C16E
5#60B873
6#69B078
7#72A77D
8#7B9E82
9#839587

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF4
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE5
Light backgroundsTable row hoverSkeleton loading
200
C4F7
#C4F7CF
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2AB
BordersInactive statesPlaceholder text
400
61EA
#61EA7F
Disabled statesSecondary iconsMuted text
500
34E5
#34E55A
Primary brand colorCTAsActive elementsLinks
600
1AC7
#1AC73F
Hover statesFocus ringsPrimary buttons hover
700
159E
#159E32
Active/pressed statesDark mode accentsSecondary text
800
0F71
#0F7124
Text on light backgroundsHeadingsStrong borders
900
0948
#094817
Primary textHigh emphasis contentDark headings
950
062D
#062D0E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF4;
  --emerald-100: #DFFBE5;
  --emerald-200: #C4F7CF;
  --emerald-300: #97F2AB;
  --emerald-400: #61EA7F;
  --emerald-500: #34E55A;
  --emerald-600: #1AC73F;
  --emerald-700: #159E32;
  --emerald-800: #0F7124;
  --emerald-900: #094817;
  --emerald-950: #062D0E;
}
Generate More ShadesCreate PaletteConvert Color