Emerald

#42D7A5

Green

Color Codes

All color formats for development

HEX
#42D7A5
RGB
rgb(66, 215, 165)
HSL
hsl(160, 65%, 55%)
OKLCH
oklch(0.789 0.144 166.2)
CMYK
cmyk(69%, 0%, 23%, 16%)

Accessibility

WCAG contrast compliance

On White Background

1.83:1

AA AAA

On Black Background

11.50: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#2CD09A
2#27B989
3#22A277
4#1D8B66
5#197455
6#145D44
7#0F4533
8#0A2E22
9#051711

Tints

Lighter variations

1#55DBAE
2#68DFB7
3#7AE3C0
4#8DE7C9
5#A0EBD2
6#B3EFDB
7#C6F3E4
8#D9F7ED
9#ECFBF6

Tones

Muted variations

1#49CFA3
2#51C8A0
3#58C09E
4#5FB99B
5#67B299
6#6EAA96
7#76A394
8#7D9B91
9#85948F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCF9
BackgroundsSubtle highlightsCard backgrounds
100
E2F9
#E2F9F1
Light backgroundsTable row hoverSkeleton loading
200
C8F3
#C8F3E5
Secondary backgroundsInput backgroundsDividers
300
9EEA
#9EEAD1
BordersInactive statesPlaceholder text
400
6CE0
#6CE0B9
Disabled statesSecondary iconsMuted text
500
42D7
#42D7A5
Primary brand colorCTAsActive elementsLinks
600
27B9
#27B989
Hover statesFocus ringsPrimary buttons hover
700
1F93
#1F936D
Active/pressed statesDark mode accentsSecondary text
800
1669
#16694E
Text on light backgroundsHeadingsStrong borders
900
0E43
#0E4332
Primary textHigh emphasis contentDark headings
950
092A
#092A1F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FCF9;
  --emerald-100: #E2F9F1;
  --emerald-200: #C8F3E5;
  --emerald-300: #9EEAD1;
  --emerald-400: #6CE0B9;
  --emerald-500: #42D7A5;
  --emerald-600: #27B989;
  --emerald-700: #1F936D;
  --emerald-800: #16694E;
  --emerald-900: #0E4332;
  --emerald-950: #092A1F;
}
Generate More ShadesCreate PaletteConvert Color