Emerald

#65E79D

Green

Color Codes

All color formats for development

HEX
#65E79D
RGB
rgb(101, 231, 157)
HSL
hsl(146, 73%, 65%)
OKLCH
oklch(0.836 0.156 155.7)
CMYK
cmyk(56%, 0%, 32%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.56:1

AA AAA

On Black Background

13.47: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#48E28B
2#2BDE79
3#1FC969
4#1BAC5A
5#168F4B
6#12733C
7#0D562D
8#09391E
9#041D0F

Tints

Lighter variations

1#74E9A7
2#83ECB1
3#93EEBA
4#A2F1C4
5#B2F3CE
6#C1F5D8
7#D1F8E2
8#E0FAEB
9#F0FDF5

Tones

Muted variations

1#6BE09E
2#72DA9F
3#78D3A0
4#7FCDA1
5#85C6A1
6#8CC0A2
7#92B9A3
8#99B3A4
9#9FACA5

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF7
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAEB
Light backgroundsTable row hoverSkeleton loading
200
C6F6
#C6F6DB
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEFBF
BordersInactive statesPlaceholder text
400
65E7
#65E79D
Disabled statesSecondary iconsMuted text
500
38E0
#38E081
Primary brand colorCTAsActive elementsLinks
600
1EC2
#1EC265
Hover statesFocus ringsPrimary buttons hover
700
189A
#189A51
Active/pressed statesDark mode accentsSecondary text
800
116E
#116E3A
Text on light backgroundsHeadingsStrong borders
900
0B47
#0B4725
Primary textHigh emphasis contentDark headings
950
072C
#072C17
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF7;
  --emerald-100: #E0FAEB;
  --emerald-200: #C6F6DB;
  --emerald-300: #9AEFBF;
  --emerald-400: #65E79D;
  --emerald-500: #38E081;
  --emerald-600: #1EC265;
  --emerald-700: #189A51;
  --emerald-800: #116E3A;
  --emerald-900: #0B4725;
  --emerald-950: #072C17;
}
Generate More ShadesCreate PaletteConvert Color