Emerald

#38E05D

Green

Color Codes

All color formats for development

HEX
#38E05D
RGB
rgb(56, 224, 93)
HSL
hsl(133, 73%, 55%)
OKLCH
oklch(0.796 0.22 146.5)
CMYK
cmyk(75%, 0%, 58%, 12%)

Accessibility

WCAG contrast compliance

On White Background

1.75:1

AA AAA

On Black Background

11.99: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#22DA4A
2#1EC242
3#1BAA3A
4#179231
5#137929
6#0F6121
7#0B4919
8#083110
9#041808

Tints

Lighter variations

1#4CE36D
2#60E67D
3#74E98D
4#88EC9E
5#9CF0AE
6#B0F3BE
7#C3F6CE
8#D7F9DF
9#EBFCEF

Tones

Muted variations

1#41D862
2#49CF66
3#52C76B
4#5ABF70
5#62B675
6#6BAE79
7#73A57E
8#7B9D83
9#849588

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF4
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAE6
Light backgroundsTable row hoverSkeleton loading
200
C6F6
#C6F6D0
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEFAC
BordersInactive statesPlaceholder text
400
65E7
#65E781
Disabled statesSecondary iconsMuted text
500
38E0
#38E05D
Primary brand colorCTAsActive elementsLinks
600
1EC2
#1EC242
Hover statesFocus ringsPrimary buttons hover
700
189A
#189A34
Active/pressed statesDark mode accentsSecondary text
800
116E
#116E25
Text on light backgroundsHeadingsStrong borders
900
0B47
#0B4718
Primary textHigh emphasis contentDark headings
950
072C
#072C0F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF4;
  --emerald-100: #E0FAE6;
  --emerald-200: #C6F6D0;
  --emerald-300: #9AEFAC;
  --emerald-400: #65E781;
  --emerald-500: #38E05D;
  --emerald-600: #1EC242;
  --emerald-700: #189A34;
  --emerald-800: #116E25;
  --emerald-900: #0B4718;
  --emerald-950: #072C0F;
}
Generate More ShadesCreate PaletteConvert Color