Emerald

#6BE17B

Green

Color Codes

All color formats for development

HEX
#6BE17B
RGB
rgb(107, 225, 123)
HSL
hsl(128, 66%, 65%)
OKLCH
oklch(0.817 0.177 146.5)
CMYK
cmyk(52%, 0%, 45%, 12%)

Accessibility

WCAG contrast compliance

On White Background

1.66:1

AA AAA

On Black Background

12.68:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E1F9
200
#C8F4
300
#9EEB
400
#6BE1
500
#41D8
600
#26BA
700
#1E94
800
#166A
900
#0E44
950
#092A

Shades

Darker variations

1#4FDB62
2#34D549
3#27C13C
4#22A533
5#1C8A2B
6#176E22
7#11531A
8#0B3711
9#061C09

Tints

Lighter variations

1#7AE488
2#88E795
3#97EAA2
4#A6EDB0
5#B5F0BD
6#C4F3CA
7#D3F6D7
8#E1F9E5
9#F0FCF2

Tones

Muted variations

1#71DB7F
2#77D583
3#7DCF88
4#82C98C
5#88C390
6#8EBD94
7#94B799
8#9AB29D
9#A0ACA1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCF4
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9E5
Light backgroundsTable row hoverSkeleton loading
200
C8F4
#C8F4CE
Secondary backgroundsInput backgroundsDividers
300
9EEB
#9EEBA8
BordersInactive statesPlaceholder text
400
6BE1
#6BE17B
Disabled statesSecondary iconsMuted text
500
41D8
#41D855
Primary brand colorCTAsActive elementsLinks
600
26BA
#26BA3A
Hover statesFocus ringsPrimary buttons hover
700
1E94
#1E942E
Active/pressed statesDark mode accentsSecondary text
800
166A
#166A21
Text on light backgroundsHeadingsStrong borders
900
0E44
#0E4415
Primary textHigh emphasis contentDark headings
950
092A
#092A0D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FCF4;
  --emerald-100: #E1F9E5;
  --emerald-200: #C8F4CE;
  --emerald-300: #9EEBA8;
  --emerald-400: #6BE17B;
  --emerald-500: #41D855;
  --emerald-600: #26BA3A;
  --emerald-700: #1E942E;
  --emerald-800: #166A21;
  --emerald-900: #0E4415;
  --emerald-950: #092A0D;
}
Generate More ShadesCreate PaletteConvert Color