Emerald

#42D74C

Green

Color Codes

All color formats for development

HEX
#42D74C
RGB
rgb(66, 215, 76)
HSL
hsl(124, 65%, 55%)
OKLCH
oklch(0.773 0.219 144)
CMYK
cmyk(69%, 0%, 65%, 16%)

Accessibility

WCAG contrast compliance

On White Background

1.90:1

AA AAA

On Black Background

11.06: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#2CD037
2#27B931
3#22A22B
4#1D8B25
5#19741F
6#145D18
7#0F4512
8#0A2E0C
9#051706

Tints

Lighter variations

1#55DB5E
2#68DF6F
3#7AE381
4#8DE793
5#A0EBA5
6#B3EFB7
7#C6F3C9
8#D9F7DB
9#ECFBED

Tones

Muted variations

1#49CF52
2#51C859
3#58C05F
4#5FB965
5#67B26C
6#6EAA72
7#76A379
8#7D9B7F
9#859486

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