Emerald

#38E03B

Green

Color Codes

All color formats for development

HEX
#38E03B
RGB
rgb(56, 224, 59)
HSL
hsl(121, 73%, 55%)
OKLCH
oklch(0.793 0.242 143)
CMYK
cmyk(75%, 0%, 74%, 12%)

Accessibility

WCAG contrast compliance

On White Background

1.77:1

AA AAA

On Black Background

11.89: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#22DA25
2#1EC221
3#1BAA1D
4#179219
5#137915
6#0F6111
7#0B490C
8#083108
9#041804

Tints

Lighter variations

1#4CE34F
2#60E662
3#74E976
4#88EC8A
5#9CF09D
6#B0F3B1
7#C3F6C4
8#D7F9D8
9#EBFCEB

Tones

Muted variations

1#41D843
2#49CF4B
3#52C754
4#5ABF5C
5#62B664
6#6BAE6C
7#73A574
8#7B9D7C
9#849584

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF2
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAE1
Light backgroundsTable row hoverSkeleton loading
200
C6F6
#C6F6C6
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEF9B
BordersInactive statesPlaceholder text
400
65E7
#65E767
Disabled statesSecondary iconsMuted text
500
38E0
#38E03B
Primary brand colorCTAsActive elementsLinks
600
1EC2
#1EC221
Hover statesFocus ringsPrimary buttons hover
700
189A
#189A1A
Active/pressed statesDark mode accentsSecondary text
800
116E
#116E13
Text on light backgroundsHeadingsStrong borders
900
0B47
#0B470C
Primary textHigh emphasis contentDark headings
950
072C
#072C08
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF2;
  --emerald-100: #E0FAE1;
  --emerald-200: #C6F6C6;
  --emerald-300: #9AEF9B;
  --emerald-400: #65E767;
  --emerald-500: #38E03B;
  --emerald-600: #1EC221;
  --emerald-700: #189A1A;
  --emerald-800: #116E13;
  --emerald-900: #0B470C;
  --emerald-950: #072C08;
}
Generate More ShadesCreate PaletteConvert Color