Emerald

#6BE175

Green

Color Codes

All color formats for development

HEX
#6BE175
RGB
rgb(107, 225, 117)
HSL
hsl(125, 66%, 65%)
OKLCH
oklch(0.816 0.182 145.3)
CMYK
cmyk(52%, 0%, 48%, 12%)

Accessibility

WCAG contrast compliance

On White Background

1.66:1

AA AAA

On Black Background

12.65: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#4FDB5B
2#34D541
3#27C134
4#22A52D
5#1C8A25
6#176E1E
7#115316
8#0B370F
9#061C07

Tints

Lighter variations

1#7AE482
2#88E790
3#97EA9E
4#A6EDAC
5#B5F0BA
6#C4F3C8
7#D3F6D5
8#E1F9E3
9#F0FCF1

Tones

Muted variations

1#71DB7A
2#77D57E
3#7DCF83
4#82C988
5#88C38D
6#8EBD92
7#94B797
8#9AB29C
9#A0ACA1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCF3
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9E3
Light backgroundsTable row hoverSkeleton loading
200
C8F4
#C8F4CC
Secondary backgroundsInput backgroundsDividers
300
9EEB
#9EEBA4
BordersInactive statesPlaceholder text
400
6BE1
#6BE175
Disabled statesSecondary iconsMuted text
500
41D8
#41D84D
Primary brand colorCTAsActive elementsLinks
600
26BA
#26BA32
Hover statesFocus ringsPrimary buttons hover
700
1E94
#1E9428
Active/pressed statesDark mode accentsSecondary text
800
166A
#166A1D
Text on light backgroundsHeadingsStrong borders
900
0E44
#0E4412
Primary textHigh emphasis contentDark headings
950
092A
#092A0B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FCF3;
  --emerald-100: #E1F9E3;
  --emerald-200: #C8F4CC;
  --emerald-300: #9EEBA4;
  --emerald-400: #6BE175;
  --emerald-500: #41D84D;
  --emerald-600: #26BA32;
  --emerald-700: #1E9428;
  --emerald-800: #166A1D;
  --emerald-900: #0E4412;
  --emerald-950: #092A0B;
}
Generate More ShadesCreate PaletteConvert Color