Emerald

#1BC58A

Green

Color Codes

All color formats for development

HEX
#1BC58A
RGB
rgb(27, 197, 138)
HSL
hsl(159, 76%, 44%)
OKLCH
oklch(0.73 0.155 162.4)
CMYK
cmyk(86%, 0%, 30%, 23%)

Accessibility

WCAG contrast compliance

On White Background

2.23:1

AA AAA

On Black Background

9.40: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#18B27C
2#169E6E
3#138A60
4#107653
5#0D6345
6#0B4F37
7#083B29
8#05271C
9#03140E

Tints

Lighter variations

1#1EDF9B
2#36E4A7
3#4FE7B2
4#68EABD
5#81EEC8
6#9AF1D3
7#B4F5DE
8#CDF8E9
9#E6FCF4

Tones

Muted variations

1#23BD87
2#2CB485
3#35AC82
4#3DA380
5#469B7D
6#4E927A
7#578A78
8#5F8175
9#687973

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
#98F1D2
BordersInactive statesPlaceholder text
400
62EA
#62EABA
Disabled statesSecondary iconsMuted text
500
35E3
#35E3A6
Primary brand colorCTAsActive elementsLinks
600
1BC5
#1BC58A
Hover statesFocus ringsPrimary buttons hover
700
159D
#159D6E
Active/pressed statesDark mode accentsSecondary text
800
0F70
#0F704E
Text on light backgroundsHeadingsStrong borders
900
0A48
#0A4832
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: #98F1D2;
  --emerald-400: #62EABA;
  --emerald-500: #35E3A6;
  --emerald-600: #1BC58A;
  --emerald-700: #159D6E;
  --emerald-800: #0F704E;
  --emerald-900: #0A4832;
  --emerald-950: #062D1F;
}
Generate More ShadesCreate PaletteConvert Color