Emerald

#23BE61

Green

Color Codes

All color formats for development

HEX
#23BE61
RGB
rgb(35, 190, 97)
HSL
hsl(144, 69%, 44%)
OKLCH
oklch(0.705 0.181 150.9)
CMYK
cmyk(82%, 0%, 49%, 25%)

Accessibility

WCAG contrast compliance

On White Background

2.44:1

AA AAA

On Black Background

8.61: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#1FAB57
2#1C984D
3#188544
4#15723A
5#115F30
6#0E4C27
7#0A391D
8#072613
9#03130A

Tints

Lighter variations

1#27D66D
2#3EDC7D
3#56E08D
4#6EE49D
5#86E9AE
6#9EEDBE
7#B7F2CE
8#CFF6DE
9#E7FBEF

Tones

Muted variations

1#2BB662
2#32AE64
3#3AA665
4#429F67
5#499768
6#518F6A
7#59876C
8#61806D
9#68786F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF6
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9EB
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5D9
Secondary backgroundsInput backgroundsDividers
300
9CED
#9CEDBC
BordersInactive statesPlaceholder text
400
68E3
#68E399
Disabled statesSecondary iconsMuted text
500
3DDB
#3DDB7C
Primary brand colorCTAsActive elementsLinks
600
23BE
#23BE61
Hover statesFocus ringsPrimary buttons hover
700
1C97
#1C974D
Active/pressed statesDark mode accentsSecondary text
800
146C
#146C37
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D4523
Primary textHigh emphasis contentDark headings
950
082B
#082B16
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF6;
  --emerald-100: #E1F9EB;
  --emerald-200: #C7F5D9;
  --emerald-300: #9CEDBC;
  --emerald-400: #68E399;
  --emerald-500: #3DDB7C;
  --emerald-600: #23BE61;
  --emerald-700: #1C974D;
  --emerald-800: #146C37;
  --emerald-900: #0D4523;
  --emerald-950: #082B16;
}
Generate More ShadesCreate PaletteConvert Color