Emerald

#1BC57C

Green

Color Codes

All color formats for development

HEX
#1BC57C
RGB
rgb(27, 197, 124)
HSL
hsl(154, 76%, 44%)
OKLCH
oklch(0.727 0.167 157.4)
CMYK
cmyk(86%, 0%, 37%, 23%)

Accessibility

WCAG contrast compliance

On White Background

2.25:1

AA AAA

On Black Background

9.32:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E0FB
200
#C5F7
300
#98F1
400
#62EA
500
#35E3
600
#1BC5
700
#159D
800
#0F70
900
#0A48
950
#062D

Shades

Darker variations

1#18B26F
2#169E63
3#138A56
4#10764A
5#0D633E
6#0B4F31
7#083B25
8#052719
9#03140C

Tints

Lighter variations

1#1EDF8B
2#36E498
3#4FE7A5
4#68EAB2
5#81EEBF
6#9AF1CC
7#B4F5D9
8#CDF8E5
9#E6FCF2

Tones

Muted variations

1#23BD7A
2#2CB479
3#35AC78
4#3DA377
5#469B76
6#4E9275
7#578A74
8#5F8172
9#687971

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF8
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBEF
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7E1
Secondary backgroundsInput backgroundsDividers
300
98F1
#98F1CA
BordersInactive statesPlaceholder text
400
62EA
#62EAAF
Disabled statesSecondary iconsMuted text
500
35E3
#35E398
Primary brand colorCTAsActive elementsLinks
600
1BC5
#1BC57C
Hover statesFocus ringsPrimary buttons hover
700
159D
#159D62
Active/pressed statesDark mode accentsSecondary text
800
0F70
#0F7046
Text on light backgroundsHeadingsStrong borders
900
0A48
#0A482D
Primary textHigh emphasis contentDark headings
950
062D
#062D1C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF8;
  --emerald-100: #E0FBEF;
  --emerald-200: #C5F7E1;
  --emerald-300: #98F1CA;
  --emerald-400: #62EAAF;
  --emerald-500: #35E398;
  --emerald-600: #1BC57C;
  --emerald-700: #159D62;
  --emerald-800: #0F7046;
  --emerald-900: #0A482D;
  --emerald-950: #062D1C;
}
Generate More ShadesCreate PaletteConvert Color