Emerald

#38E09A

Green

Color Codes

All color formats for development

HEX
#38E09A
RGB
rgb(56, 224, 154)
HSL
hsl(155, 73%, 55%)
OKLCH
oklch(0.807 0.168 160.1)
CMYK
cmyk(75%, 0%, 31%, 12%)

Accessibility

WCAG contrast compliance

On White Background

1.71:1

AA AAA

On Black Background

12.30: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#22DA8E
2#1EC27E
3#1BAA6E
4#17925E
5#13794F
6#0F613F
7#0B492F
8#08311F
9#041810

Tints

Lighter variations

1#4CE3A4
2#60E6AE
3#74E9B8
4#88ECC3
5#9CF0CD
6#B0F3D7
7#C3F6E1
8#D7F9EB
9#EBFCF5

Tones

Muted variations

1#41D899
2#49CF97
3#52C796
4#5ABF95
5#62B693
6#6BAE92
7#73A590
8#7B9D8F
9#84958E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF8
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAEF
Light backgroundsTable row hoverSkeleton loading
200
C6F6
#C6F6E2
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEFCB
BordersInactive statesPlaceholder text
400
65E7
#65E7B1
Disabled statesSecondary iconsMuted text
500
38E0
#38E09A
Primary brand colorCTAsActive elementsLinks
600
1EC2
#1EC27E
Hover statesFocus ringsPrimary buttons hover
700
189A
#189A64
Active/pressed statesDark mode accentsSecondary text
800
116E
#116E48
Text on light backgroundsHeadingsStrong borders
900
0B47
#0B472E
Primary textHigh emphasis contentDark headings
950
072C
#072C1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF8;
  --emerald-100: #E0FAEF;
  --emerald-200: #C6F6E2;
  --emerald-300: #9AEFCB;
  --emerald-400: #65E7B1;
  --emerald-500: #38E09A;
  --emerald-600: #1EC27E;
  --emerald-700: #189A64;
  --emerald-800: #116E48;
  --emerald-900: #0B472E;
  --emerald-950: #072C1D;
}
Generate More ShadesCreate PaletteConvert Color