Emerald

#23BE94

Green

Color Codes

All color formats for development

HEX
#23BE94
RGB
rgb(35, 190, 148)
HSL
hsl(164, 69%, 44%)
OKLCH
oklch(0.716 0.137 168.8)
CMYK
cmyk(82%, 0%, 22%, 25%)

Accessibility

WCAG contrast compliance

On White Background

2.37:1

AA AAA

On Black Background

8.86:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E1F9
200
#C7F5
300
#9CED
400
#68E3
500
#3DDB
600
#23BE
700
#1C97
800
#146C
900
#0D45
950
#082B

Shades

Darker variations

1#1FAB85
2#1C9877
3#188568
4#157259
5#115F4A
6#0E4C3B
7#0A392C
8#07261E
9#03130F

Tints

Lighter variations

1#27D6A7
2#3EDCB2
3#56E0BB
4#6EE4C5
5#86E9CF
6#9EEDD8
7#B7F2E2
8#CFF6EC
9#E7FBF5

Tones

Muted variations

1#2BB691
2#32AE8D
3#3AA689
4#429F86
5#499782
6#518F7F
7#59877B
8#618077
9#687874

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFA
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9F3
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5E9
Secondary backgroundsInput backgroundsDividers
300
9CED
#9CEDD7
BordersInactive statesPlaceholder text
400
68E3
#68E3C2
Disabled statesSecondary iconsMuted text
500
3DDB
#3DDBB1
Primary brand colorCTAsActive elementsLinks
600
23BE
#23BE94
Hover statesFocus ringsPrimary buttons hover
700
1C97
#1C9776
Active/pressed statesDark mode accentsSecondary text
800
146C
#146C54
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D4536
Primary textHigh emphasis contentDark headings
950
082B
#082B22
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDFA;
  --emerald-100: #E1F9F3;
  --emerald-200: #C7F5E9;
  --emerald-300: #9CEDD7;
  --emerald-400: #68E3C2;
  --emerald-500: #3DDBB1;
  --emerald-600: #23BE94;
  --emerald-700: #1C9776;
  --emerald-800: #146C54;
  --emerald-900: #0D4536;
  --emerald-950: #082B22;
}
Generate More ShadesCreate PaletteConvert Color