Emerald

#65E665

Green

Color Codes

All color formats for development

HEX
#65E665
RGB
rgb(101, 230, 101)
HSL
hsl(120, 72%, 65%)
OKLCH
oklch(0.824 0.205 143.4)
CMYK
cmyk(56%, 0%, 56%, 10%)

Accessibility

WCAG contrast compliance

On White Background

1.61:1

AA AAA

On Black Background

13.06: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#49E149
2#2CDD2C
3#20C820
4#1CAB1C
5#178F17
6#137213
7#0E560E
8#093909
9#051D05

Tints

Lighter variations

1#75E975
2#84EB84
3#94EE94
4#A3F0A3
5#B2F3B2
6#C2F5C2
7#D1F8D1
8#E0FAE0
9#F0FDF0

Tones

Muted variations

1#6CE06C
2#72D972
3#79D379
4#7FCC7F
5#86C686
6#8CBF8C
7#92B992
8#99B399
9#9FAC9F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF2
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAE0
Light backgroundsTable row hoverSkeleton loading
200
C6F6
#C6F6C6
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEF9A
BordersInactive statesPlaceholder text
400
65E6
#65E665
Disabled statesSecondary iconsMuted text
500
3ADF
#3ADF3A
Primary brand colorCTAsActive elementsLinks
600
1FC1
#1FC11F
Hover statesFocus ringsPrimary buttons hover
700
199A
#199A19
Active/pressed statesDark mode accentsSecondary text
800
126E
#126E12
Text on light backgroundsHeadingsStrong borders
900
0B46
#0B460B
Primary textHigh emphasis contentDark headings
950
072C
#072C07
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF2;
  --emerald-100: #E0FAE0;
  --emerald-200: #C6F6C6;
  --emerald-300: #9AEF9A;
  --emerald-400: #65E665;
  --emerald-500: #3ADF3A;
  --emerald-600: #1FC11F;
  --emerald-700: #199A19;
  --emerald-800: #126E12;
  --emerald-900: #0B460B;
  --emerald-950: #072C07;
}
Generate More ShadesCreate PaletteConvert Color