Emerald

#38E081

Green

Color Codes

All color formats for development

HEX
#38E081
RGB
rgb(56, 224, 129)
HSL
hsl(146, 73%, 55%)
OKLCH
oklch(0.802 0.189 153.1)
CMYK
cmyk(75%, 0%, 42%, 12%)

Accessibility

WCAG contrast compliance

On White Background

1.73:1

AA AAA

On Black Background

12.15: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#22DA72
2#1EC265
3#1BAA59
4#17924C
5#13793F
6#0F6133
7#0B4926
8#083119
9#04180D

Tints

Lighter variations

1#4CE38E
2#60E69A
3#74E9A7
4#88ECB3
5#9CF0C0
6#B0F3CD
7#C3F6D9
8#D7F9E6
9#EBFCF2

Tones

Muted variations

1#41D882
2#49CF83
3#52C784
4#5ABF86
5#62B687
6#6BAE88
7#73A589
8#7B9D8A
9#84958B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF7
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAEB
Light backgroundsTable row hoverSkeleton loading
200
C6F6
#C6F6DB
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEFBF
BordersInactive statesPlaceholder text
400
65E7
#65E79D
Disabled statesSecondary iconsMuted text
500
38E0
#38E081
Primary brand colorCTAsActive elementsLinks
600
1EC2
#1EC265
Hover statesFocus ringsPrimary buttons hover
700
189A
#189A51
Active/pressed statesDark mode accentsSecondary text
800
116E
#116E3A
Text on light backgroundsHeadingsStrong borders
900
0B47
#0B4725
Primary textHigh emphasis contentDark headings
950
072C
#072C17
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF7;
  --emerald-100: #E0FAEB;
  --emerald-200: #C6F6DB;
  --emerald-300: #9AEFBF;
  --emerald-400: #65E79D;
  --emerald-500: #38E081;
  --emerald-600: #1EC265;
  --emerald-700: #189A51;
  --emerald-800: #116E3A;
  --emerald-900: #0B4725;
  --emerald-950: #072C17;
}
Generate More ShadesCreate PaletteConvert Color