Emerald

#1EC294

Green

Color Codes

All color formats for development

HEX
#1EC294
RGB
rgb(30, 194, 148)
HSL
hsl(163, 73%, 44%)
OKLCH
oklch(0.725 0.142 167.5)
CMYK
cmyk(85%, 0%, 24%, 24%)

Accessibility

WCAG contrast compliance

On White Background

2.28:1

AA AAA

On Black Background

9.20: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#1BAF85
2#189B76
3#158867
4#127459
5#0F614A
6#0C4E3B
7#093A2C
8#06271E
9#03130F

Tints

Lighter variations

1#22DBA6
2#39E0B1
3#52E4BB
4#6BE8C4
5#83ECCE
6#9CF0D8
7#B5F3E2
8#CEF7EB
9#E6FBF5

Tones

Muted variations

1#26BA90
2#2FB28D
3#37AA89
4#3FA185
5#479982
6#4F917E
7#58897B
8#608177
9#687874

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFA
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAF3
Light backgroundsTable row hoverSkeleton loading
200
C6F6
#C6F6E8
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEFD7
BordersInactive statesPlaceholder text
400
65E7
#65E7C2
Disabled statesSecondary iconsMuted text
500
38E0
#38E0B1
Primary brand colorCTAsActive elementsLinks
600
1EC2
#1EC294
Hover statesFocus ringsPrimary buttons hover
700
189A
#189A75
Active/pressed statesDark mode accentsSecondary text
800
116E
#116E54
Text on light backgroundsHeadingsStrong borders
900
0B47
#0B4736
Primary textHigh emphasis contentDark headings
950
072C
#072C22
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDFA;
  --emerald-100: #E0FAF3;
  --emerald-200: #C6F6E8;
  --emerald-300: #9AEFD7;
  --emerald-400: #65E7C2;
  --emerald-500: #38E0B1;
  --emerald-600: #1EC294;
  --emerald-700: #189A75;
  --emerald-800: #116E54;
  --emerald-900: #0B4736;
  --emerald-950: #072C22;
}
Generate More ShadesCreate PaletteConvert Color