Emerald

#5EED90

Green

Color Codes

All color formats for development

HEX
#5EED90
RGB
rgb(94, 237, 144)
HSL
hsl(141, 80%, 65%)
OKLCH
oklch(0.846 0.179 152)
CMYK
cmyk(60%, 0%, 39%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.50:1

AA AAA

On Black Background

13.99: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#41EA7C
2#23E767
3#17D158
4#14B34C
5#11953F
6#0D7732
7#0A5A26
8#073C19
9#031E0D

Tints

Lighter variations

1#6EEF9B
2#7EF1A6
3#8FF3B2
4#9FF4BD
5#AFF6C8
6#BFF8D3
7#CFFADE
8#DFFBE9
9#EFFDF4

Tones

Muted variations

1#65E692
2#6DDF95
3#74D897
4#7BD199
5#82C99B
6#89C29D
7#90BB9F
8#97B4A1
9#9FADA4

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF6
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE9
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8D6
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3B6
BordersInactive statesPlaceholder text
400
5EED
#5EED90
Disabled statesSecondary iconsMuted text
500
30E8
#30E871
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA55
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A144
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D7330
Text on light backgroundsHeadingsStrong borders
900
0849
#08491F
Primary textHigh emphasis contentDark headings
950
052E
#052E13
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF6;
  --emerald-100: #DFFBE9;
  --emerald-200: #C3F8D6;
  --emerald-300: #95F3B6;
  --emerald-400: #5EED90;
  --emerald-500: #30E871;
  --emerald-600: #16CA55;
  --emerald-700: #12A144;
  --emerald-800: #0D7330;
  --emerald-900: #08491F;
  --emerald-950: #052E13;
}
Generate More ShadesCreate PaletteConvert Color