Emerald

#38E0B1

Green

Color Codes

All color formats for development

HEX
#38E0B1
RGB
rgb(56, 224, 177)
HSL
hsl(163, 73%, 55%)
OKLCH
oklch(0.812 0.15 169.1)
CMYK
cmyk(75%, 0%, 21%, 12%)

Accessibility

WCAG contrast compliance

On White Background

1.68:1

AA AAA

On Black Background

12.47: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#22DAA6
2#1EC294
3#1BAA81
4#17926F
5#13795C
6#0F614A
7#0B4937
8#083125
9#041812

Tints

Lighter variations

1#4CE3B8
2#60E6C0
3#74E9C8
4#88ECD0
5#9CF0D8
6#B0F3E0
7#C3F6E7
8#D7F9EF
9#EBFCF7

Tones

Muted variations

1#41D8AD
2#49CFA9
3#52C7A6
4#5ABFA2
5#62B69E
6#6BAE9B
7#73A597
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
#C6F6E8
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEFD7
BordersInactive statesPlaceholder text
400
65E7
#65E7C2
Disabled statesSecondary iconsMuted text
500
38E0
#38E0B1
Primary brand colorCTAsActive elementsLinks
600
1EC2
#1EC294
Hover statesFocus ringsPrimary buttons hover
700
189A
#189A75
Active/pressed statesDark mode accentsSecondary text
800
116E
#116E54
Text on light backgroundsHeadingsStrong borders
900
0B47
#0B4736
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: #C6F6E8;
  --emerald-300: #9AEFD7;
  --emerald-400: #65E7C2;
  --emerald-500: #38E0B1;
  --emerald-600: #1EC294;
  --emerald-700: #189A75;
  --emerald-800: #116E54;
  --emerald-900: #0B4736;
  --emerald-950: #072C22;
}
Generate More ShadesCreate PaletteConvert Color