Emerald

#1EC281

Green

Color Codes

All color formats for development

HEX
#1EC281
RGB
rgb(30, 194, 129)
HSL
hsl(156, 73%, 44%)
OKLCH
oklch(0.721 0.158 159.6)
CMYK
cmyk(85%, 0%, 34%, 24%)

Accessibility

WCAG contrast compliance

On White Background

2.31:1

AA AAA

On Black Background

9.09: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
#65E7
500
#38E0
600
#1EC2
700
#189A
800
#116E
900
#0B47
950
#072C

Shades

Darker variations

1#1BAF74
2#189B67
3#15885A
4#12744D
5#0F6140
6#0C4E33
7#093A27
8#06271A
9#03130D

Tints

Lighter variations

1#22DB91
2#39E09D
3#52E4AA
4#6BE8B6
5#83ECC2
6#9CF0CE
7#B5F3DA
8#CEF7E7
9#E6FBF3

Tones

Muted variations

1#26BA7F
2#2FB27D
3#37AA7C
4#3FA17A
5#479978
6#4F9177
7#588975
8#608173
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
65E7
#65E7B3
Disabled statesSecondary iconsMuted text
500
38E0
#38E09D
Primary brand colorCTAsActive elementsLinks
600
1EC2
#1EC281
Hover statesFocus ringsPrimary buttons hover
700
189A
#189A66
Active/pressed statesDark mode accentsSecondary text
800
116E
#116E49
Text on light backgroundsHeadingsStrong borders
900
0B47
#0B472F
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: #65E7B3;
  --emerald-500: #38E09D;
  --emerald-600: #1EC281;
  --emerald-700: #189A66;
  --emerald-800: #116E49;
  --emerald-900: #0B472F;
  --emerald-950: #072C1D;
}
Generate More ShadesCreate PaletteConvert Color