Emerald

#23F697

Green

Color Codes

All color formats for development

HEX
#23F697
RGB
rgb(35, 246, 151)
HSL
hsl(153, 92%, 55%)
OKLCH
oklch(0.858 0.201 156.2)
CMYK
cmyk(86%, 0%, 39%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.43:1

AA AAA

On Black Background

14.70:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FE
100
#DDFE
200
#BFFC
300
#8EFA
400
#54F8
500
#23F6
600
#09D7
700
#07AB
800
#057A
900
#034E
950
#0231

Shades

Darker variations

1#0AF28A
2#09D77B
3#08BC6B
4#07A25C
5#06874D
6#046C3D
7#03512E
8#02361F
9#011B0F

Tints

Lighter variations

1#39F7A1
2#4FF8AC
3#65F9B6
4#7BF9C0
5#91FACB
6#A7FBD5
7#BDFCE0
8#D3FDEA
9#E9FEF5

Tones

Muted variations

1#2DEB96
2#38E195
3#42D694
4#4DCC93
5#57C192
6#62B690
7#6DAC8F
8#77A18E
9#82978D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEF8
BackgroundsSubtle highlightsCard backgrounds
100
DDFE
#DDFEEF
Light backgroundsTable row hoverSkeleton loading
200
BFFC
#BFFCE1
Secondary backgroundsInput backgroundsDividers
300
8EFA
#8EFACA
BordersInactive statesPlaceholder text
400
54F8
#54F8AE
Disabled statesSecondary iconsMuted text
500
23F6
#23F697
Primary brand colorCTAsActive elementsLinks
600
09D7
#09D77B
Hover statesFocus ringsPrimary buttons hover
700
07AB
#07AB61
Active/pressed statesDark mode accentsSecondary text
800
057A
#057A46
Text on light backgroundsHeadingsStrong borders
900
034E
#034E2D
Primary textHigh emphasis contentDark headings
950
0231
#02311C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F0FEF8;
  --emerald-100: #DDFEEF;
  --emerald-200: #BFFCE1;
  --emerald-300: #8EFACA;
  --emerald-400: #54F8AE;
  --emerald-500: #23F697;
  --emerald-600: #09D77B;
  --emerald-700: #07AB61;
  --emerald-800: #057A46;
  --emerald-900: #034E2D;
  --emerald-950: #02311C;
}
Generate More ShadesCreate PaletteConvert Color