Emerald

#65E681

Green

Color Codes

All color formats for development

HEX
#65E681
RGB
rgb(101, 230, 129)
HSL
hsl(133, 72%, 65%)
OKLCH
oklch(0.828 0.181 148.3)
CMYK
cmyk(56%, 0%, 44%, 10%)

Accessibility

WCAG contrast compliance

On White Background

1.59:1

AA AAA

On Black Background

13.19: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
#65E6
500
#3ADF
600
#1FC1
700
#199A
800
#126E
900
#0B46
950
#072C

Shades

Darker variations

1#49E16A
2#2CDD53
3#20C845
4#1CAB3B
5#178F31
6#137227
7#0E561D
8#093914
9#051D0A

Tints

Lighter variations

1#75E98E
2#84EB9A
3#94EEA7
4#A3F0B4
5#B2F3C0
6#C2F5CD
7#D1F8D9
8#E0FAE6
9#F0FDF2

Tones

Muted variations

1#6CE085
2#72D989
3#79D38C
4#7FCC90
5#86C694
6#8CBF97
7#92B99B
8#99B39E
9#9FACA2

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF4
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAE6
Light backgroundsTable row hoverSkeleton loading
200
C6F6
#C6F6D0
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEFAC
BordersInactive statesPlaceholder text
400
65E6
#65E681
Disabled statesSecondary iconsMuted text
500
3ADF
#3ADF5D
Primary brand colorCTAsActive elementsLinks
600
1FC1
#1FC142
Hover statesFocus ringsPrimary buttons hover
700
199A
#199A35
Active/pressed statesDark mode accentsSecondary text
800
126E
#126E26
Text on light backgroundsHeadingsStrong borders
900
0B46
#0B4618
Primary textHigh emphasis contentDark headings
950
072C
#072C0F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF4;
  --emerald-100: #E0FAE6;
  --emerald-200: #C6F6D0;
  --emerald-300: #9AEFAC;
  --emerald-400: #65E681;
  --emerald-500: #3ADF5D;
  --emerald-600: #1FC142;
  --emerald-700: #199A35;
  --emerald-800: #126E26;
  --emerald-900: #0B4618;
  --emerald-950: #072C0F;
}
Generate More ShadesCreate PaletteConvert Color