Emerald

#6EDE73

Green

Color Codes

All color formats for development

HEX
#6EDE73
RGB
rgb(110, 222, 115)
HSL
hsl(123, 63%, 65%)
OKLCH
oklch(0.81 0.178 144.6)
CMYK
cmyk(50%, 0%, 48%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.70:1

AA AAA

On Black Background

12.36:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E2F8
200
#C9F3
300
#9FE9
400
#6EDE
500
#44D5
600
#2AB7
700
#2191
800
#1868
900
#0F43
950
#092A

Shades

Darker variations

1#53D859
2#37D23F
3#2BBD32
4#25A22B
5#1F8724
6#196C1D
7#125116
8#0C360E
9#061B07

Tints

Lighter variations

1#7CE181
2#8BE58F
3#99E89D
4#A8EBAB
5#B6EEB9
6#C5F2C7
7#D3F5D5
8#E2F8E3
9#F0FCF1

Tones

Muted variations

1#73D878
2#79D37D
3#7ECD82
4#84C787
5#8AC28C
6#8FBC92
7#95B797
8#9BB19C
9#A0ABA1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF3
BackgroundsSubtle highlightsCard backgrounds
100
E2F8
#E2F8E3
Light backgroundsTable row hoverSkeleton loading
200
C9F3
#C9F3CB
Secondary backgroundsInput backgroundsDividers
300
9FE9
#9FE9A3
BordersInactive statesPlaceholder text
400
6EDE
#6EDE73
Disabled statesSecondary iconsMuted text
500
44D5
#44D54B
Primary brand colorCTAsActive elementsLinks
600
2AB7
#2AB731
Hover statesFocus ringsPrimary buttons hover
700
2191
#219127
Active/pressed statesDark mode accentsSecondary text
800
1868
#18681C
Text on light backgroundsHeadingsStrong borders
900
0F43
#0F4312
Primary textHigh emphasis contentDark headings
950
092A
#092A0B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F3FCF3;
  --emerald-100: #E2F8E3;
  --emerald-200: #C9F3CB;
  --emerald-300: #9FE9A3;
  --emerald-400: #6EDE73;
  --emerald-500: #44D54B;
  --emerald-600: #2AB731;
  --emerald-700: #219127;
  --emerald-800: #18681C;
  --emerald-900: #0F4312;
  --emerald-950: #092A0B;
}
Generate More ShadesCreate PaletteConvert Color