Emerald

#23BE73

Green

Color Codes

All color formats for development

HEX
#23BE73
RGB
rgb(35, 190, 115)
HSL
hsl(151, 69%, 44%)
OKLCH
oklch(0.708 0.164 155.6)
CMYK
cmyk(82%, 0%, 39%, 25%)

Accessibility

WCAG contrast compliance

On White Background

2.42:1

AA AAA

On Black Background

8.68: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#1FAB67
2#1C985C
3#188550
4#157245
5#115F39
6#0E4C2E
7#0A3922
8#072617
9#03130B

Tints

Lighter variations

1#27D681
2#3EDC8F
3#56E09D
4#6EE4AB
5#86E9B9
6#9EEDC7
7#B7F2D5
8#CFF6E3
9#E7FBF1

Tones

Muted variations

1#2BB673
2#32AE72
3#3AA672
4#429F72
5#499771
6#518F71
7#598771
8#618071
9#687870

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF8
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9EE
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5DF
Secondary backgroundsInput backgroundsDividers
300
9CED
#9CEDC6
BordersInactive statesPlaceholder text
400
68E3
#68E3A8
Disabled statesSecondary iconsMuted text
500
3DDB
#3DDB8F
Primary brand colorCTAsActive elementsLinks
600
23BE
#23BE73
Hover statesFocus ringsPrimary buttons hover
700
1C97
#1C975B
Active/pressed statesDark mode accentsSecondary text
800
146C
#146C41
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D452A
Primary textHigh emphasis contentDark headings
950
082B
#082B1A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF8;
  --emerald-100: #E1F9EE;
  --emerald-200: #C7F5DF;
  --emerald-300: #9CEDC6;
  --emerald-400: #68E3A8;
  --emerald-500: #3DDB8F;
  --emerald-600: #23BE73;
  --emerald-700: #1C975B;
  --emerald-800: #146C41;
  --emerald-900: #0D452A;
  --emerald-950: #082B1A;
}
Generate More ShadesCreate PaletteConvert Color