Emerald

#38E095

Green

Color Codes

All color formats for development

HEX
#38E095
RGB
rgb(56, 224, 149)
HSL
hsl(153, 73%, 55%)
OKLCH
oklch(0.805 0.172 158.5)
CMYK
cmyk(75%, 0%, 33%, 12%)

Accessibility

WCAG contrast compliance

On White Background

1.71:1

AA AAA

On Black Background

12.26: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#22DA87
2#1EC278
3#1BAA69
4#17925A
5#13794B
6#0F613C
7#0B492D
8#08311E
9#04180F

Tints

Lighter variations

1#4CE39F
2#60E6AA
3#74E9B5
4#88ECBF
5#9CF0CA
6#B0F3D4
7#C3F6DF
8#D7F9EA
9#EBFCF4

Tones

Muted variations

1#41D894
2#49CF93
3#52C792
4#5ABF91
5#62B690
6#6BAE90
7#73A58F
8#7B9D8E
9#84958D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF8
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAEE
Light backgroundsTable row hoverSkeleton loading
200
C6F6
#C6F6E0
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEFC9
BordersInactive statesPlaceholder text
400
65E7
#65E7AC
Disabled statesSecondary iconsMuted text
500
38E0
#38E095
Primary brand colorCTAsActive elementsLinks
600
1EC2
#1EC278
Hover statesFocus ringsPrimary buttons hover
700
189A
#189A60
Active/pressed statesDark mode accentsSecondary text
800
116E
#116E44
Text on light backgroundsHeadingsStrong borders
900
0B47
#0B472C
Primary textHigh emphasis contentDark headings
950
072C
#072C1B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF8;
  --emerald-100: #E0FAEE;
  --emerald-200: #C6F6E0;
  --emerald-300: #9AEFC9;
  --emerald-400: #65E7AC;
  --emerald-500: #38E095;
  --emerald-600: #1EC278;
  --emerald-700: #189A60;
  --emerald-800: #116E44;
  --emerald-900: #0B472C;
  --emerald-950: #072C1B;
}
Generate More ShadesCreate PaletteConvert Color