Emerald

#34E53A

Green

Color Codes

All color formats for development

HEX
#34E53A
RGB
rgb(52, 229, 58)
HSL
hsl(122, 77%, 55%)
OKLCH
oklch(0.805 0.249 143.2)
CMYK
cmyk(77%, 0%, 75%, 10%)

Accessibility

WCAG contrast compliance

On White Background

1.69:1

AA AAA

On Black Background

12.41: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#1DDF24
2#1AC720
3#17AE1C
4#139518
5#107C14
6#0D6310
7#0A4A0C
8#063208
9#031904

Tints

Lighter variations

1#48E74E
2#5DEA61
3#71ED75
4#85EF89
5#99F29C
6#AEF4B0
7#C2F7C4
8#D6FAD8
9#EBFCEB

Tones

Muted variations

1#3DDC42
2#46D34A
3#4ECA53
4#57C15B
5#60B863
6#69B06B
7#72A774
8#7B9E7C
9#839584

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF2
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE0
Light backgroundsTable row hoverSkeleton loading
200
C4F7
#C4F7C6
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F29A
BordersInactive statesPlaceholder text
400
61EA
#61EA66
Disabled statesSecondary iconsMuted text
500
34E5
#34E53A
Primary brand colorCTAsActive elementsLinks
600
1AC7
#1AC720
Hover statesFocus ringsPrimary buttons hover
700
159E
#159E19
Active/pressed statesDark mode accentsSecondary text
800
0F71
#0F7112
Text on light backgroundsHeadingsStrong borders
900
0948
#09480B
Primary textHigh emphasis contentDark headings
950
062D
#062D07
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF2;
  --emerald-100: #DFFBE0;
  --emerald-200: #C4F7C6;
  --emerald-300: #97F29A;
  --emerald-400: #61EA66;
  --emerald-500: #34E53A;
  --emerald-600: #1AC720;
  --emerald-700: #159E19;
  --emerald-800: #0F7112;
  --emerald-900: #09480B;
  --emerald-950: #062D07;
}
Generate More ShadesCreate PaletteConvert Color