Emerald

#23BE92

Green

Color Codes

All color formats for development

HEX
#23BE92
RGB
rgb(35, 190, 146)
HSL
hsl(163, 69%, 44%)
OKLCH
oklch(0.715 0.138 167.8)
CMYK
cmyk(82%, 0%, 23%, 25%)

Accessibility

WCAG contrast compliance

On White Background

2.37:1

AA AAA

On Black Background

8.85: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#1FAB83
2#1C9875
3#188566
4#157257
5#115F49
6#0E4C3A
7#0A392C
8#07261D
9#03130F

Tints

Lighter variations

1#27D6A4
2#3EDCAF
3#56E0B9
4#6EE4C3
5#86E9CD
6#9EEDD7
7#B7F2E1
8#CFF6EB
9#E7FBF5

Tones

Muted variations

1#2BB68E
2#32AE8B
3#3AA688
4#429F84
5#499781
6#518F7E
7#59877A
8#618077
9#687874

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFA
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9F2
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5E8
Secondary backgroundsInput backgroundsDividers
300
9CED
#9CEDD6
BordersInactive statesPlaceholder text
400
68E3
#68E3C0
Disabled statesSecondary iconsMuted text
500
3DDB
#3DDBAF
Primary brand colorCTAsActive elementsLinks
600
23BE
#23BE92
Hover statesFocus ringsPrimary buttons hover
700
1C97
#1C9774
Active/pressed statesDark mode accentsSecondary text
800
146C
#146C53
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D4535
Primary textHigh emphasis contentDark headings
950
082B
#082B21
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDFA;
  --emerald-100: #E1F9F2;
  --emerald-200: #C7F5E8;
  --emerald-300: #9CEDD6;
  --emerald-400: #68E3C0;
  --emerald-500: #3DDBAF;
  --emerald-600: #23BE92;
  --emerald-700: #1C9774;
  --emerald-800: #146C53;
  --emerald-900: #0D4535;
  --emerald-950: #082B21;
}
Generate More ShadesCreate PaletteConvert Color