Emerald

#1FC180

Green

Color Codes

All color formats for development

HEX
#1FC180
RGB
rgb(31, 193, 128)
HSL
hsl(156, 72%, 44%)
OKLCH
oklch(0.718 0.157 159.5)
CMYK
cmyk(84%, 0%, 34%, 24%)

Accessibility

WCAG contrast compliance

On White Background

2.33:1

AA AAA

On Black Background

9.00:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E0FA
200
#C6F6
300
#9AEF
400
#65E6
500
#3ADF
600
#1FC1
700
#199A
800
#126E
900
#0B46
950
#072C

Shades

Darker variations

1#1CAE74
2#199A67
3#16875A
4#13744D
5#106040
6#0D4D33
7#093A27
8#06271A
9#03130D

Tints

Lighter variations

1#23DA91
2#3BDF9D
3#53E3A9
4#6CE7B6
5#84EBC2
6#9DEFCE
7#B5F3DA
8#CEF7E7
9#E6FBF3

Tones

Muted variations

1#27B97F
2#30B17D
3#38A97C
4#40A17A
5#489978
6#509177
7#588875
8#608073
9#687872

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF8
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAF0
Light backgroundsTable row hoverSkeleton loading
200
C6F6
#C6F6E3
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEFCD
BordersInactive statesPlaceholder text
400
65E6
#65E6B3
Disabled statesSecondary iconsMuted text
500
3ADF
#3ADF9D
Primary brand colorCTAsActive elementsLinks
600
1FC1
#1FC180
Hover statesFocus ringsPrimary buttons hover
700
199A
#199A66
Active/pressed statesDark mode accentsSecondary text
800
126E
#126E49
Text on light backgroundsHeadingsStrong borders
900
0B46
#0B462F
Primary textHigh emphasis contentDark headings
950
072C
#072C1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF8;
  --emerald-100: #E0FAF0;
  --emerald-200: #C6F6E3;
  --emerald-300: #9AEFCD;
  --emerald-400: #65E6B3;
  --emerald-500: #3ADF9D;
  --emerald-600: #1FC180;
  --emerald-700: #199A66;
  --emerald-800: #126E49;
  --emerald-900: #0B462F;
  --emerald-950: #072C1D;
}
Generate More ShadesCreate PaletteConvert Color