Emerald

#38E0B3

Green

Color Codes

All color formats for development

HEX
#38E0B3
RGB
rgb(56, 224, 179)
HSL
hsl(164, 73%, 55%)
OKLCH
oklch(0.813 0.148 170)
CMYK
cmyk(75%, 0%, 20%, 12%)

Accessibility

WCAG contrast compliance

On White Background

1.68:1

AA AAA

On Black Background

12.48: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#22DAA9
2#1EC296
3#1BAA84
4#179271
5#13795E
6#0F614B
7#0B4938
8#083126
9#041813

Tints

Lighter variations

1#4CE3BB
2#60E6C2
3#74E9CA
4#88ECD2
5#9CF0D9
6#B0F3E1
7#C3F6E8
8#D7F9F0
9#EBFCF7

Tones

Muted variations

1#41D8AF
2#49CFAC
3#52C7A8
4#5ABFA4
5#62B6A0
6#6BAE9C
7#73A598
8#7B9D94
9#849590

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFA
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAF3
Light backgroundsTable row hoverSkeleton loading
200
C6F6
#C6F6E9
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEFD8
BordersInactive statesPlaceholder text
400
65E7
#65E7C4
Disabled statesSecondary iconsMuted text
500
38E0
#38E0B3
Primary brand colorCTAsActive elementsLinks
600
1EC2
#1EC296
Hover statesFocus ringsPrimary buttons hover
700
189A
#189A78
Active/pressed statesDark mode accentsSecondary text
800
116E
#116E55
Text on light backgroundsHeadingsStrong borders
900
0B47
#0B4737
Primary textHigh emphasis contentDark headings
950
072C
#072C22
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDFA;
  --emerald-100: #E0FAF3;
  --emerald-200: #C6F6E9;
  --emerald-300: #9AEFD8;
  --emerald-400: #65E7C4;
  --emerald-500: #38E0B3;
  --emerald-600: #1EC296;
  --emerald-700: #189A78;
  --emerald-800: #116E55;
  --emerald-900: #0B4737;
  --emerald-950: #072C22;
}
Generate More ShadesCreate PaletteConvert Color