Emerald

#38E052

Green

Color Codes

All color formats for development

HEX
#38E052
RGB
rgb(56, 224, 82)
HSL
hsl(129, 73%, 55%)
OKLCH
oklch(0.795 0.228 145.2)
CMYK
cmyk(75%, 0%, 63%, 12%)

Accessibility

WCAG contrast compliance

On White Background

1.76:1

AA AAA

On Black Background

11.95: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#22DA3E
2#1EC237
3#1BAA30
4#179229
5#137922
6#0F611B
7#0B4915
8#08310E
9#041807

Tints

Lighter variations

1#4CE363
2#60E674
3#74E986
4#88EC97
5#9CF0A8
6#B0F3BA
7#C3F6CB
8#D7F9DC
9#EBFCEE

Tones

Muted variations

1#41D857
2#49CF5D
3#52C763
4#5ABF69
5#62B66F
6#6BAE75
7#73A57B
8#7B9D81
9#849586

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF3
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAE4
Light backgroundsTable row hoverSkeleton loading
200
C6F6
#C6F6CD
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEFA6
BordersInactive statesPlaceholder text
400
65E7
#65E778
Disabled statesSecondary iconsMuted text
500
38E0
#38E052
Primary brand colorCTAsActive elementsLinks
600
1EC2
#1EC237
Hover statesFocus ringsPrimary buttons hover
700
189A
#189A2C
Active/pressed statesDark mode accentsSecondary text
800
116E
#116E1F
Text on light backgroundsHeadingsStrong borders
900
0B47
#0B4714
Primary textHigh emphasis contentDark headings
950
072C
#072C0C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF3;
  --emerald-100: #E0FAE4;
  --emerald-200: #C6F6CD;
  --emerald-300: #9AEFA6;
  --emerald-400: #65E778;
  --emerald-500: #38E052;
  --emerald-600: #1EC237;
  --emerald-700: #189A2C;
  --emerald-800: #116E1F;
  --emerald-900: #0B4714;
  --emerald-950: #072C0C;
}
Generate More ShadesCreate PaletteConvert Color