Emerald

#1EC276

Green

Color Codes

All color formats for development

HEX
#1EC276
RGB
rgb(30, 194, 118)
HSL
hsl(152, 73%, 44%)
OKLCH
oklch(0.718 0.168 156)
CMYK
cmyk(85%, 0%, 39%, 24%)

Accessibility

WCAG contrast compliance

On White Background

2.32:1

AA AAA

On Black Background

9.03: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#1BAF6A
2#189B5E
3#158852
4#127447
5#0F613B
6#0C4E2F
7#093A23
8#062718
9#03130C

Tints

Lighter variations

1#22DB85
2#39E092
3#52E4A0
4#6BE8AD
5#83ECBB
6#9CF0C9
7#B5F3D6
8#CEF7E4
9#E6FBF1

Tones

Muted variations

1#26BA75
2#2FB275
3#37AA74
4#3FA173
5#479973
6#4F9172
7#588972
8#608171
9#687871

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF8
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAEE
Light backgroundsTable row hoverSkeleton loading
200
C6F6
#C6F6DF
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEFC7
BordersInactive statesPlaceholder text
400
65E7
#65E7AA
Disabled statesSecondary iconsMuted text
500
38E0
#38E092
Primary brand colorCTAsActive elementsLinks
600
1EC2
#1EC276
Hover statesFocus ringsPrimary buttons hover
700
189A
#189A5E
Active/pressed statesDark mode accentsSecondary text
800
116E
#116E43
Text on light backgroundsHeadingsStrong borders
900
0B47
#0B472B
Primary textHigh emphasis contentDark headings
950
072C
#072C1B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF8;
  --emerald-100: #E0FAEE;
  --emerald-200: #C6F6DF;
  --emerald-300: #9AEFC7;
  --emerald-400: #65E7AA;
  --emerald-500: #38E092;
  --emerald-600: #1EC276;
  --emerald-700: #189A5E;
  --emerald-800: #116E43;
  --emerald-900: #0B472B;
  --emerald-950: #072C1B;
}
Generate More ShadesCreate PaletteConvert Color