Emerald

#23F69A

Green

Color Codes

All color formats for development

HEX
#23F69A
RGB
rgb(35, 246, 154)
HSL
hsl(154, 92%, 55%)
OKLCH
oklch(0.859 0.199 157)
CMYK
cmyk(86%, 0%, 37%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.43:1

AA AAA

On Black Background

14.72: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#0AF28E
2#09D77E
3#08BC6E
4#07A25E
5#06874F
6#046C3F
7#03512F
8#02361F
9#011B10

Tints

Lighter variations

1#39F7A4
2#4FF8AE
3#65F9B9
4#7BF9C3
5#91FACD
6#A7FBD7
7#BDFCE1
8#D3FDEB
9#E9FEF5

Tones

Muted variations

1#2DEB99
2#38E198
3#42D696
4#4DCC95
5#57C193
6#62B692
7#6DAC90
8#77A18F
9#82978E

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
#BFFCE2
Secondary backgroundsInput backgroundsDividers
300
8EFA
#8EFACC
BordersInactive statesPlaceholder text
400
54F8
#54F8B1
Disabled statesSecondary iconsMuted text
500
23F6
#23F69A
Primary brand colorCTAsActive elementsLinks
600
09D7
#09D77E
Hover statesFocus ringsPrimary buttons hover
700
07AB
#07AB64
Active/pressed statesDark mode accentsSecondary text
800
057A
#057A48
Text on light backgroundsHeadingsStrong borders
900
034E
#034E2E
Primary textHigh emphasis contentDark headings
950
0231
#02311D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F0FEF8;
  --emerald-100: #DDFEEF;
  --emerald-200: #BFFCE2;
  --emerald-300: #8EFACC;
  --emerald-400: #54F8B1;
  --emerald-500: #23F69A;
  --emerald-600: #09D77E;
  --emerald-700: #07AB64;
  --emerald-800: #057A48;
  --emerald-900: #034E2E;
  --emerald-950: #02311D;
}
Generate More ShadesCreate PaletteConvert Color