Emerald

#65E77C

Green

Color Codes

All color formats for development

HEX
#65E77C
RGB
rgb(101, 231, 124)
HSL
hsl(131, 73%, 65%)
OKLCH
oklch(0.83 0.186 147.2)
CMYK
cmyk(56%, 0%, 46%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.58:1

AA AAA

On Black Background

13.27:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E0FA
200
#C6F6
300
#9AEF
400
#65E7
500
#38E0
600
#1EC2
700
#189A
800
#116E
900
#0B47
950
#072C

Shades

Darker variations

1#48E264
2#2BDE4C
3#1FC93E
4#1BAC35
5#168F2D
6#127324
7#0D561B
8#093912
9#041D09

Tints

Lighter variations

1#74E98A
2#83EC97
3#93EEA4
4#A2F1B1
5#B2F3BE
6#C1F5CB
7#D1F8D8
8#E0FAE5
9#F0FDF2

Tones

Muted variations

1#6BE081
2#72DA85
3#78D389
4#7FCD8D
5#85C691
6#8CC095
7#92B999
8#99B39D
9#9FACA2

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF4
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAE5
Light backgroundsTable row hoverSkeleton loading
200
C6F6
#C6F6CF
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEFA9
BordersInactive statesPlaceholder text
400
65E7
#65E77C
Disabled statesSecondary iconsMuted text
500
38E0
#38E057
Primary brand colorCTAsActive elementsLinks
600
1EC2
#1EC23C
Hover statesFocus ringsPrimary buttons hover
700
189A
#189A30
Active/pressed statesDark mode accentsSecondary text
800
116E
#116E22
Text on light backgroundsHeadingsStrong borders
900
0B47
#0B4716
Primary textHigh emphasis contentDark headings
950
072C
#072C0E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF4;
  --emerald-100: #E0FAE5;
  --emerald-200: #C6F6CF;
  --emerald-300: #9AEFA9;
  --emerald-400: #65E77C;
  --emerald-500: #38E057;
  --emerald-600: #1EC23C;
  --emerald-700: #189A30;
  --emerald-800: #116E22;
  --emerald-900: #0B4716;
  --emerald-950: #072C0E;
}
Generate More ShadesCreate PaletteConvert Color