Emerald

#5EED6A

Green

Color Codes

All color formats for development

HEX
#5EED6A
RGB
rgb(94, 237, 106)
HSL
hsl(125, 80%, 65%)
OKLCH
oklch(0.84 0.213 144.8)
CMYK
cmyk(60%, 0%, 55%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.52:1

AA AAA

On Black Background

13.80:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C3F8
300
#95F3
400
#5EED
500
#30E8
600
#16CA
700
#12A1
800
#0D73
900
#0849
950
#052E

Shades

Darker variations

1#41EA4F
2#23E733
3#17D127
4#14B321
5#11951C
6#0D7716
7#0A5A11
8#073C0B
9#031E06

Tints

Lighter variations

1#6EEF79
2#7EF188
3#8FF397
4#9FF4A6
5#AFF6B5
6#BFF8C3
7#CFFAD2
8#DFFBE1
9#EFFDF0

Tones

Muted variations

1#65E670
2#6DDF76
3#74D87C
4#7BD182
5#82C988
6#89C28E
7#90BB94
8#97B49A
9#9FADA0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF2
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE1
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8C8
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F39D
BordersInactive statesPlaceholder text
400
5EED
#5EED6A
Disabled statesSecondary iconsMuted text
500
30E8
#30E840
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA25
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A11E
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D7315
Text on light backgroundsHeadingsStrong borders
900
0849
#08490E
Primary textHigh emphasis contentDark headings
950
052E
#052E09
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF2;
  --emerald-100: #DFFBE1;
  --emerald-200: #C3F8C8;
  --emerald-300: #95F39D;
  --emerald-400: #5EED6A;
  --emerald-500: #30E840;
  --emerald-600: #16CA25;
  --emerald-700: #12A11E;
  --emerald-800: #0D7315;
  --emerald-900: #08490E;
  --emerald-950: #052E09;
}
Generate More ShadesCreate PaletteConvert Color