Emerald

#42D764

Green

Color Codes

All color formats for development

HEX
#42D764
RGB
rgb(66, 215, 100)
HSL
hsl(134, 65%, 55%)
OKLCH
oklch(0.776 0.201 147.3)
CMYK
cmyk(69%, 0%, 53%, 16%)

Accessibility

WCAG contrast compliance

On White Background

1.89:1

AA AAA

On Black Background

11.14: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#2CD052
2#27B949
3#22A240
4#1D8B37
5#19742E
6#145D25
7#0F451B
8#0A2E12
9#051709

Tints

Lighter variations

1#55DB74
2#68DF83
3#7AE393
4#8DE7A2
5#A0EBB2
6#B3EFC1
7#C6F3D1
8#D9F7E0
9#ECFBF0

Tones

Muted variations

1#49CF68
2#51C86C
3#58C070
4#5FB974
5#67B278
6#6EAA7C
7#76A380
8#7D9B84
9#859488

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCF5
BackgroundsSubtle highlightsCard backgrounds
100
E2F9
#E2F9E7
Light backgroundsTable row hoverSkeleton loading
200
C8F3
#C8F3D2
Secondary backgroundsInput backgroundsDividers
300
9EEA
#9EEAB0
BordersInactive statesPlaceholder text
400
6CE0
#6CE087
Disabled statesSecondary iconsMuted text
500
42D7
#42D764
Primary brand colorCTAsActive elementsLinks
600
27B9
#27B949
Hover statesFocus ringsPrimary buttons hover
700
1F93
#1F933A
Active/pressed statesDark mode accentsSecondary text
800
1669
#16692A
Text on light backgroundsHeadingsStrong borders
900
0E43
#0E431B
Primary textHigh emphasis contentDark headings
950
092A
#092A11
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FCF5;
  --emerald-100: #E2F9E7;
  --emerald-200: #C8F3D2;
  --emerald-300: #9EEAB0;
  --emerald-400: #6CE087;
  --emerald-500: #42D764;
  --emerald-600: #27B949;
  --emerald-700: #1F933A;
  --emerald-800: #16692A;
  --emerald-900: #0E431B;
  --emerald-950: #092A11;
}
Generate More ShadesCreate PaletteConvert Color