Emerald

#1BC587

Green

Color Codes

All color formats for development

HEX
#1BC587
RGB
rgb(27, 197, 135)
HSL
hsl(158, 76%, 44%)
OKLCH
oklch(0.729 0.157 161.2)
CMYK
cmyk(86%, 0%, 31%, 23%)

Accessibility

WCAG contrast compliance

On White Background

2.24:1

AA AAA

On Black Background

9.38: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#18B279
2#169E6C
3#138A5E
4#107651
5#0D6343
6#0B4F36
7#083B28
8#05271B
9#03140D

Tints

Lighter variations

1#1EDF98
2#36E4A4
3#4FE7AF
4#68EABB
5#81EEC6
6#9AF1D1
7#B4F5DD
8#CDF8E8
9#E6FCF4

Tones

Muted variations

1#23BD85
2#2CB482
3#35AC80
4#3DA37E
5#469B7C
6#4E9279
7#578A77
8#5F8175
9#687972

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF9
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBF1
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7E5
Secondary backgroundsInput backgroundsDividers
300
98F1
#98F1D0
BordersInactive statesPlaceholder text
400
62EA
#62EAB8
Disabled statesSecondary iconsMuted text
500
35E3
#35E3A4
Primary brand colorCTAsActive elementsLinks
600
1BC5
#1BC587
Hover statesFocus ringsPrimary buttons hover
700
159D
#159D6B
Active/pressed statesDark mode accentsSecondary text
800
0F70
#0F704D
Text on light backgroundsHeadingsStrong borders
900
0A48
#0A4831
Primary textHigh emphasis contentDark headings
950
062D
#062D1F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF9;
  --emerald-100: #E0FBF1;
  --emerald-200: #C5F7E5;
  --emerald-300: #98F1D0;
  --emerald-400: #62EAB8;
  --emerald-500: #35E3A4;
  --emerald-600: #1BC587;
  --emerald-700: #159D6B;
  --emerald-800: #0F704D;
  --emerald-900: #0A4831;
  --emerald-950: #062D1F;
}
Generate More ShadesCreate PaletteConvert Color