Emerald

#38E068

Green

Color Codes

All color formats for development

HEX
#38E068
RGB
rgb(56, 224, 104)
HSL
hsl(137, 73%, 55%)
OKLCH
oklch(0.798 0.211 148.1)
CMYK
cmyk(75%, 0%, 54%, 12%)

Accessibility

WCAG contrast compliance

On White Background

1.75:1

AA AAA

On Black Background

12.03: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#22DA56
2#1EC24D
3#1BAA43
4#17923A
5#137930
6#0F6126
7#0B491D
8#083113
9#04180A

Tints

Lighter variations

1#4CE377
2#60E686
3#74E995
4#88ECA4
5#9CF0B3
6#B0F3C3
7#C3F6D2
8#D7F9E1
9#EBFCF0

Tones

Muted variations

1#41D86C
2#49CF6F
3#52C773
4#5ABF76
5#62B67A
6#6BAE7E
7#73A581
8#7B9D85
9#849589

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF5
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAE8
Light backgroundsTable row hoverSkeleton loading
200
C6F6
#C6F6D3
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEFB2
BordersInactive statesPlaceholder text
400
65E7
#65E78A
Disabled statesSecondary iconsMuted text
500
38E0
#38E068
Primary brand colorCTAsActive elementsLinks
600
1EC2
#1EC24D
Hover statesFocus ringsPrimary buttons hover
700
189A
#189A3D
Active/pressed statesDark mode accentsSecondary text
800
116E
#116E2C
Text on light backgroundsHeadingsStrong borders
900
0B47
#0B471C
Primary textHigh emphasis contentDark headings
950
072C
#072C11
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF5;
  --emerald-100: #E0FAE8;
  --emerald-200: #C6F6D3;
  --emerald-300: #9AEFB2;
  --emerald-400: #65E78A;
  --emerald-500: #38E068;
  --emerald-600: #1EC24D;
  --emerald-700: #189A3D;
  --emerald-800: #116E2C;
  --emerald-900: #0B471C;
  --emerald-950: #072C11;
}
Generate More ShadesCreate PaletteConvert Color