Emerald

#5EED65

Green

Color Codes

All color formats for development

HEX
#5EED65
RGB
rgb(94, 237, 101)
HSL
hsl(123, 80%, 65%)
OKLCH
oklch(0.84 0.217 144.1)
CMYK
cmyk(60%, 0%, 57%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.52:1

AA AAA

On Black Background

13.78: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#41EA49
2#23E72C
3#17D120
4#14B31C
5#119517
6#0D7713
7#0A5A0E
8#073C09
9#031E05

Tints

Lighter variations

1#6EEF75
2#7EF184
3#8FF394
4#9FF4A3
5#AFF6B2
6#BFF8C2
7#CFFAD1
8#DFFBE0
9#EFFDF0

Tones

Muted variations

1#65E66C
2#6DDF72
3#74D879
4#7BD17F
5#82C986
6#89C28C
7#90BB92
8#97B499
9#9FAD9F

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
C3F8
#C3F8C6
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F39A
BordersInactive statesPlaceholder text
400
5EED
#5EED65
Disabled statesSecondary iconsMuted text
500
30E8
#30E83A
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA1F
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A119
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D7312
Text on light backgroundsHeadingsStrong borders
900
0849
#08490B
Primary textHigh emphasis contentDark headings
950
052E
#052E07
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF2;
  --emerald-100: #DFFBE0;
  --emerald-200: #C3F8C6;
  --emerald-300: #95F39A;
  --emerald-400: #5EED65;
  --emerald-500: #30E83A;
  --emerald-600: #16CA1F;
  --emerald-700: #12A119;
  --emerald-800: #0D7312;
  --emerald-900: #08490B;
  --emerald-950: #052E07;
}
Generate More ShadesCreate PaletteConvert Color