Emerald

#6CE073

Green

Color Codes

All color formats for development

HEX
#6CE073
RGB
rgb(108, 224, 115)
HSL
hsl(124, 65%, 65%)
OKLCH
oklch(0.814 0.182 144.8)
CMYK
cmyk(52%, 0%, 49%, 12%)

Accessibility

WCAG contrast compliance

On White Background

1.67:1

AA AAA

On Black Background

12.55:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E2F9
200
#C8F3
300
#9EEA
400
#6CE0
500
#42D7
600
#27B9
700
#1F93
800
#1669
900
#0E43
950
#092A

Shades

Darker variations

1#50DA5A
2#35D440
3#29BF33
4#23A42B
5#1D8924
6#176D1D
7#115216
8#0C370E
9#061B07

Tints

Lighter variations

1#7AE381
2#89E68F
3#98E99D
4#A7ECAB
5#B5EFB9
6#C4F3C7
7#D3F6D5
8#E2F9E3
9#F0FCF1

Tones

Muted variations

1#72DA79
2#77D47E
3#7DCE83
4#83C988
5#89C38D
6#8FBD92
7#94B797
8#9AB19C
9#A0ACA1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCF3
BackgroundsSubtle highlightsCard backgrounds
100
E2F9
#E2F9E3
Light backgroundsTable row hoverSkeleton loading
200
C8F3
#C8F3CB
Secondary backgroundsInput backgroundsDividers
300
9EEA
#9EEAA3
BordersInactive statesPlaceholder text
400
6CE0
#6CE073
Disabled statesSecondary iconsMuted text
500
42D7
#42D74C
Primary brand colorCTAsActive elementsLinks
600
27B9
#27B931
Hover statesFocus ringsPrimary buttons hover
700
1F93
#1F9327
Active/pressed statesDark mode accentsSecondary text
800
1669
#16691C
Text on light backgroundsHeadingsStrong borders
900
0E43
#0E4312
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: #F2FCF3;
  --emerald-100: #E2F9E3;
  --emerald-200: #C8F3CB;
  --emerald-300: #9EEAA3;
  --emerald-400: #6CE073;
  --emerald-500: #42D74C;
  --emerald-600: #27B931;
  --emerald-700: #1F9327;
  --emerald-800: #16691C;
  --emerald-900: #0E4312;
  --emerald-950: #092A0B;
}
Generate More ShadesCreate PaletteConvert Color