Emerald

#65E67F

Green

Color Codes

All color formats for development

HEX
#65E67F
RGB
rgb(101, 230, 127)
HSL
hsl(132, 72%, 65%)
OKLCH
oklch(0.828 0.182 147.9)
CMYK
cmyk(56%, 0%, 45%, 10%)

Accessibility

WCAG contrast compliance

On White Background

1.59:1

AA AAA

On Black Background

13.18: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#49E167
2#2CDD50
3#20C842
4#1CAB38
5#178F2F
6#137226
7#0E561C
8#093913
9#051D09

Tints

Lighter variations

1#75E98C
2#84EB99
3#94EEA6
4#A3F0B2
5#B2F3BF
6#C2F5CC
7#D1F8D9
8#E0FAE5
9#F0FDF2

Tones

Muted variations

1#6CE083
2#72D987
3#79D38B
4#7FCC8F
5#86C692
6#8CBF96
7#92B99A
8#99B39E
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
#C6F6D0
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEFAB
BordersInactive statesPlaceholder text
400
65E6
#65E67F
Disabled statesSecondary iconsMuted text
500
3ADF
#3ADF5B
Primary brand colorCTAsActive elementsLinks
600
1FC1
#1FC140
Hover statesFocus ringsPrimary buttons hover
700
199A
#199A33
Active/pressed statesDark mode accentsSecondary text
800
126E
#126E24
Text on light backgroundsHeadingsStrong borders
900
0B46
#0B4617
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: #C6F6D0;
  --emerald-300: #9AEFAB;
  --emerald-400: #65E67F;
  --emerald-500: #3ADF5B;
  --emerald-600: #1FC140;
  --emerald-700: #199A33;
  --emerald-800: #126E24;
  --emerald-900: #0B4617;
  --emerald-950: #072C0E;
}
Generate More ShadesCreate PaletteConvert Color