Emerald

#1BC58D

Green

Color Codes

All color formats for development

HEX
#1BC58D
RGB
rgb(27, 197, 141)
HSL
hsl(160, 76%, 44%)
OKLCH
oklch(0.731 0.152 163.6)
CMYK
cmyk(86%, 0%, 28%, 23%)

Accessibility

WCAG contrast compliance

On White Background

2.23:1

AA AAA

On Black Background

9.42: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#18B27F
2#169E70
3#138A62
4#107654
5#0D6346
6#0B4F38
7#083B2A
8#05271C
9#03140E

Tints

Lighter variations

1#1EDF9F
2#36E4AA
3#4FE7B4
4#68EABF
5#81EECA
6#9AF1D4
7#B4F5DF
8#CDF8EA
9#E6FCF4

Tones

Muted variations

1#23BD8A
2#2CB487
3#35AC84
4#3DA381
5#469B7E
6#4E927C
7#578A79
8#5F8176
9#687973

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF9
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBF2
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7E6
Secondary backgroundsInput backgroundsDividers
300
98F1
#98F1D3
BordersInactive statesPlaceholder text
400
62EA
#62EABC
Disabled statesSecondary iconsMuted text
500
35E3
#35E3A9
Primary brand colorCTAsActive elementsLinks
600
1BC5
#1BC58D
Hover statesFocus ringsPrimary buttons hover
700
159D
#159D70
Active/pressed statesDark mode accentsSecondary text
800
0F70
#0F7050
Text on light backgroundsHeadingsStrong borders
900
0A48
#0A4833
Primary textHigh emphasis contentDark headings
950
062D
#062D20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF9;
  --emerald-100: #E0FBF2;
  --emerald-200: #C5F7E6;
  --emerald-300: #98F1D3;
  --emerald-400: #62EABC;
  --emerald-500: #35E3A9;
  --emerald-600: #1BC58D;
  --emerald-700: #159D70;
  --emerald-800: #0F7050;
  --emerald-900: #0A4833;
  --emerald-950: #062D20;
}
Generate More ShadesCreate PaletteConvert Color