Emerald

#38E046

Green

Color Codes

All color formats for development

HEX
#38E046
RGB
rgb(56, 224, 70)
HSL
hsl(125, 73%, 55%)
OKLCH
oklch(0.794 0.236 143.9)
CMYK
cmyk(75%, 0%, 69%, 12%)

Accessibility

WCAG contrast compliance

On White Background

1.76:1

AA AAA

On Black Background

11.92: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#22DA31
2#1EC22C
3#1BAA26
4#179221
5#13791B
6#0F6116
7#0B4910
8#08310B
9#041805

Tints

Lighter variations

1#4CE359
2#60E66B
3#74E97E
4#88EC90
5#9CF0A3
6#B0F3B5
7#C3F6C8
8#D7F9DA
9#EBFCED

Tones

Muted variations

1#41D84D
2#49CF54
3#52C75B
4#5ABF62
5#62B669
6#6BAE70
7#73A577
8#7B9D7E
9#849585

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF3
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAE2
Light backgroundsTable row hoverSkeleton loading
200
C6F6
#C6F6CA
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEFA1
BordersInactive statesPlaceholder text
400
65E7
#65E76F
Disabled statesSecondary iconsMuted text
500
38E0
#38E046
Primary brand colorCTAsActive elementsLinks
600
1EC2
#1EC22C
Hover statesFocus ringsPrimary buttons hover
700
189A
#189A23
Active/pressed statesDark mode accentsSecondary text
800
116E
#116E19
Text on light backgroundsHeadingsStrong borders
900
0B47
#0B4710
Primary textHigh emphasis contentDark headings
950
072C
#072C0A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF3;
  --emerald-100: #E0FAE2;
  --emerald-200: #C6F6CA;
  --emerald-300: #9AEFA1;
  --emerald-400: #65E76F;
  --emerald-500: #38E046;
  --emerald-600: #1EC22C;
  --emerald-700: #189A23;
  --emerald-800: #116E19;
  --emerald-900: #0B4710;
  --emerald-950: #072C0A;
}
Generate More ShadesCreate PaletteConvert Color