Emerald

#1EC28E

Green

Color Codes

All color formats for development

HEX
#1EC28E
RGB
rgb(30, 194, 142)
HSL
hsl(161, 73%, 44%)
OKLCH
oklch(0.724 0.147 164.8)
CMYK
cmyk(85%, 0%, 27%, 24%)

Accessibility

WCAG contrast compliance

On White Background

2.29:1

AA AAA

On Black Background

9.16: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#1BAF80
2#189B72
3#158864
4#127455
5#0F6147
6#0C4E39
7#093A2B
8#06271C
9#03130E

Tints

Lighter variations

1#22DBA0
2#39E0AB
3#52E4B6
4#6BE8C0
5#83ECCB
6#9CF0D5
7#B5F3E0
8#CEF7EA
9#E6FBF5

Tones

Muted variations

1#26BA8B
2#2FB288
3#37AA85
4#3FA182
5#47997F
6#4F917C
7#588979
8#608176
9#687873

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF9
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAF2
Light backgroundsTable row hoverSkeleton loading
200
C6F6
#C6F6E7
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEFD4
BordersInactive statesPlaceholder text
400
65E7
#65E7BE
Disabled statesSecondary iconsMuted text
500
38E0
#38E0AB
Primary brand colorCTAsActive elementsLinks
600
1EC2
#1EC28E
Hover statesFocus ringsPrimary buttons hover
700
189A
#189A71
Active/pressed statesDark mode accentsSecondary text
800
116E
#116E51
Text on light backgroundsHeadingsStrong borders
900
0B47
#0B4734
Primary textHigh emphasis contentDark headings
950
072C
#072C20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF9;
  --emerald-100: #E0FAF2;
  --emerald-200: #C6F6E7;
  --emerald-300: #9AEFD4;
  --emerald-400: #65E7BE;
  --emerald-500: #38E0AB;
  --emerald-600: #1EC28E;
  --emerald-700: #189A71;
  --emerald-800: #116E51;
  --emerald-900: #0B4734;
  --emerald-950: #072C20;
}
Generate More ShadesCreate PaletteConvert Color