Emerald

#6BE18E

Green

Color Codes

All color formats for development

HEX
#6BE18E
RGB
rgb(107, 225, 142)
HSL
hsl(138, 66%, 65%)
OKLCH
oklch(0.821 0.159 151.1)
CMYK
cmyk(52%, 0%, 37%, 12%)

Accessibility

WCAG contrast compliance

On White Background

1.64:1

AA AAA

On Black Background

12.79: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#4FDB79
2#34D564
3#27C155
4#22A549
5#1C8A3D
6#176E31
7#115325
8#0B3718
9#061C0C

Tints

Lighter variations

1#7AE499
2#88E7A5
3#97EAB0
4#A6EDBB
5#B5F0C7
6#C4F3D2
7#D3F6DD
8#E1F9E8
9#F0FCF4

Tones

Muted variations

1#71DB91
2#77D593
3#7DCF95
4#82C998
5#88C39A
6#8EBD9C
7#94B79F
8#9AB2A1
9#A0ACA3

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCF5
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9E8
Light backgroundsTable row hoverSkeleton loading
200
C8F4
#C8F4D5
Secondary backgroundsInput backgroundsDividers
300
9EEB
#9EEBB5
BordersInactive statesPlaceholder text
400
6BE1
#6BE18E
Disabled statesSecondary iconsMuted text
500
41D8
#41D86E
Primary brand colorCTAsActive elementsLinks
600
26BA
#26BA53
Hover statesFocus ringsPrimary buttons hover
700
1E94
#1E9442
Active/pressed statesDark mode accentsSecondary text
800
166A
#166A2F
Text on light backgroundsHeadingsStrong borders
900
0E44
#0E441E
Primary textHigh emphasis contentDark headings
950
092A
#092A13
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FCF5;
  --emerald-100: #E1F9E8;
  --emerald-200: #C8F4D5;
  --emerald-300: #9EEBB5;
  --emerald-400: #6BE18E;
  --emerald-500: #41D86E;
  --emerald-600: #26BA53;
  --emerald-700: #1E9442;
  --emerald-800: #166A2F;
  --emerald-900: #0E441E;
  --emerald-950: #092A13;
}
Generate More ShadesCreate PaletteConvert Color