Emerald

#38E073

Green

Color Codes

All color formats for development

HEX
#38E073
RGB
rgb(56, 224, 115)
HSL
hsl(141, 73%, 55%)
OKLCH
oklch(0.799 0.202 150.1)
CMYK
cmyk(75%, 0%, 49%, 12%)

Accessibility

WCAG contrast compliance

On White Background

1.74:1

AA AAA

On Black Background

12.08: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#22DA63
2#1EC258
3#1BAA4D
4#179242
5#137937
6#0F612C
7#0B4921
8#083116
9#04180B

Tints

Lighter variations

1#4CE381
2#60E68F
3#74E99D
4#88ECAB
5#9CF0B9
6#B0F3C7
7#C3F6D5
8#D7F9E3
9#EBFCF1

Tones

Muted variations

1#41D876
2#49CF78
3#52C77B
4#5ABF7D
5#62B680
6#6BAE82
7#73A585
8#7B9D87
9#84958A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF6
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAE9
Light backgroundsTable row hoverSkeleton loading
200
C6F6
#C6F6D7
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEFB8
BordersInactive statesPlaceholder text
400
65E7
#65E792
Disabled statesSecondary iconsMuted text
500
38E0
#38E073
Primary brand colorCTAsActive elementsLinks
600
1EC2
#1EC258
Hover statesFocus ringsPrimary buttons hover
700
189A
#189A46
Active/pressed statesDark mode accentsSecondary text
800
116E
#116E32
Text on light backgroundsHeadingsStrong borders
900
0B47
#0B4720
Primary textHigh emphasis contentDark headings
950
072C
#072C14
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF6;
  --emerald-100: #E0FAE9;
  --emerald-200: #C6F6D7;
  --emerald-300: #9AEFB8;
  --emerald-400: #65E792;
  --emerald-500: #38E073;
  --emerald-600: #1EC258;
  --emerald-700: #189A46;
  --emerald-800: #116E32;
  --emerald-900: #0B4720;
  --emerald-950: #072C14;
}
Generate More ShadesCreate PaletteConvert Color