Emerald

#38E057

Green

Color Codes

All color formats for development

HEX
#38E057
RGB
rgb(56, 224, 87)
HSL
hsl(131, 73%, 55%)
OKLCH
oklch(0.796 0.224 145.7)
CMYK
cmyk(75%, 0%, 61%, 12%)

Accessibility

WCAG contrast compliance

On White Background

1.75:1

AA AAA

On Black Background

11.97: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#22DA44
2#1EC23C
3#1BAA35
4#17922D
5#137926
6#0F611E
7#0B4917
8#08310F
9#041808

Tints

Lighter variations

1#4CE368
2#60E679
3#74E98A
4#88EC9A
5#9CF0AB
6#B0F3BC
7#C3F6CD
8#D7F9DD
9#EBFCEE

Tones

Muted variations

1#41D85D
2#49CF62
3#52C767
4#5ABF6C
5#62B672
6#6BAE77
7#73A57C
8#7B9D82
9#849587

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF4
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAE5
Light backgroundsTable row hoverSkeleton loading
200
C6F6
#C6F6CF
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEFA9
BordersInactive statesPlaceholder text
400
65E7
#65E77C
Disabled statesSecondary iconsMuted text
500
38E0
#38E057
Primary brand colorCTAsActive elementsLinks
600
1EC2
#1EC23C
Hover statesFocus ringsPrimary buttons hover
700
189A
#189A30
Active/pressed statesDark mode accentsSecondary text
800
116E
#116E22
Text on light backgroundsHeadingsStrong borders
900
0B47
#0B4716
Primary textHigh emphasis contentDark headings
950
072C
#072C0E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF4;
  --emerald-100: #E0FAE5;
  --emerald-200: #C6F6CF;
  --emerald-300: #9AEFA9;
  --emerald-400: #65E77C;
  --emerald-500: #38E057;
  --emerald-600: #1EC23C;
  --emerald-700: #189A30;
  --emerald-800: #116E22;
  --emerald-900: #0B4716;
  --emerald-950: #072C0E;
}
Generate More ShadesCreate PaletteConvert Color