Emerald

#34E59E

Green

Color Codes

All color formats for development

HEX
#34E59E
RGB
rgb(52, 229, 158)
HSL
hsl(156, 77%, 55%)
OKLCH
oklch(0.819 0.172 160.6)
CMYK
cmyk(77%, 0%, 31%, 10%)

Accessibility

WCAG contrast compliance

On White Background

1.63:1

AA AAA

On Black Background

12.85: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#1DDF92
2#1AC781
3#17AE71
4#139561
5#107C51
6#0D6341
7#0A4A31
8#063220
9#031910

Tints

Lighter variations

1#48E7A8
2#5DEAB1
3#71EDBB
4#85EFC5
5#99F2CE
6#AEF4D8
7#C2F7E2
8#D6FAEC
9#EBFCF5

Tones

Muted variations

1#3DDC9C
2#46D39A
3#4ECA99
4#57C197
5#60B895
6#69B093
7#72A792
8#7B9E90
9#83958E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF9
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF0
Light backgroundsTable row hoverSkeleton loading
200
C4F7
#C4F7E3
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2CD
BordersInactive statesPlaceholder text
400
61EA
#61EAB3
Disabled statesSecondary iconsMuted text
500
34E5
#34E59E
Primary brand colorCTAsActive elementsLinks
600
1AC7
#1AC781
Hover statesFocus ringsPrimary buttons hover
700
159E
#159E67
Active/pressed statesDark mode accentsSecondary text
800
0F71
#0F714A
Text on light backgroundsHeadingsStrong borders
900
0948
#09482F
Primary textHigh emphasis contentDark headings
950
062D
#062D1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF9;
  --emerald-100: #DFFBF0;
  --emerald-200: #C4F7E3;
  --emerald-300: #97F2CD;
  --emerald-400: #61EAB3;
  --emerald-500: #34E59E;
  --emerald-600: #1AC781;
  --emerald-700: #159E67;
  --emerald-800: #0F714A;
  --emerald-900: #09482F;
  --emerald-950: #062D1D;
}
Generate More ShadesCreate PaletteConvert Color