Emerald

#5EED5E

Green

Color Codes

All color formats for development

HEX
#5EED5E
RGB
rgb(94, 237, 94)
HSL
hsl(120, 80%, 65%)
OKLCH
oklch(0.839 0.222 143.3)
CMYK
cmyk(60%, 0%, 60%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.53:1

AA AAA

On Black Background

13.75: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#41EA41
2#23E723
3#17D117
4#14B314
5#119511
6#0D770D
7#0A5A0A
8#073C07
9#031E03

Tints

Lighter variations

1#6EEF6E
2#7EF17E
3#8FF38F
4#9FF49F
5#AFF6AF
6#BFF8BF
7#CFFACF
8#DFFBDF
9#EFFDEF

Tones

Muted variations

1#65E665
2#6DDF6D
3#74D874
4#7BD17B
5#82C982
6#89C289
7#90BB90
8#97B497
9#9FAD9F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF1
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBDF
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8C3
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F395
BordersInactive statesPlaceholder text
400
5EED
#5EED5E
Disabled statesSecondary iconsMuted text
500
30E8
#30E830
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA16
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A112
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D730D
Text on light backgroundsHeadingsStrong borders
900
0849
#084908
Primary textHigh emphasis contentDark headings
950
052E
#052E05
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF1;
  --emerald-100: #DFFBDF;
  --emerald-200: #C3F8C3;
  --emerald-300: #95F395;
  --emerald-400: #5EED5E;
  --emerald-500: #30E830;
  --emerald-600: #16CA16;
  --emerald-700: #12A112;
  --emerald-800: #0D730D;
  --emerald-900: #084908;
  --emerald-950: #052E05;
}
Generate More ShadesCreate PaletteConvert Color