Emerald

#6FDC7C

Green

Color Codes

All color formats for development

HEX
#6FDC7C
RGB
rgb(111, 220, 124)
HSL
hsl(127, 61%, 65%)
OKLCH
oklch(0.807 0.167 146.3)
CMYK
cmyk(50%, 0%, 44%, 14%)

Accessibility

WCAG contrast compliance

On White Background

1.72:1

AA AAA

On Black Background

12.20:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E2F8
200
#CAF2
300
#A1E8
400
#6FDC
500
#46D2
600
#2CB5
700
#2390
800
#1967
900
#1042
950
#0A29

Shades

Darker variations

1#55D664
2#3ACF4B
3#2DBB3E
4#27A035
5#20852C
6#1A6B23
7#13501A
8#0D3512
9#061B09

Tints

Lighter variations

1#7EE089
2#8CE396
3#9AE7A3
4#A9EAB0
5#B7EEBE
6#C6F1CB
7#D4F5D8
8#E2F8E5
9#F1FCF2

Tones

Muted variations

1#75D780
2#7AD184
3#80CC89
4#85C68D
5#8BC191
6#90BC95
7#95B699
8#9BB19D
9#A0ABA2

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF4
BackgroundsSubtle highlightsCard backgrounds
100
E2F8
#E2F8E5
Light backgroundsTable row hoverSkeleton loading
200
CAF2
#CAF2CE
Secondary backgroundsInput backgroundsDividers
300
A1E8
#A1E8A9
BordersInactive statesPlaceholder text
400
6FDC
#6FDC7C
Disabled statesSecondary iconsMuted text
500
46D2
#46D257
Primary brand colorCTAsActive elementsLinks
600
2CB5
#2CB53C
Hover statesFocus ringsPrimary buttons hover
700
2390
#239030
Active/pressed statesDark mode accentsSecondary text
800
1967
#196722
Text on light backgroundsHeadingsStrong borders
900
1042
#104216
Primary textHigh emphasis contentDark headings
950
0A29
#0A290E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F3FCF4;
  --emerald-100: #E2F8E5;
  --emerald-200: #CAF2CE;
  --emerald-300: #A1E8A9;
  --emerald-400: #6FDC7C;
  --emerald-500: #46D257;
  --emerald-600: #2CB53C;
  --emerald-700: #239030;
  --emerald-800: #196722;
  --emerald-900: #104216;
  --emerald-950: #0A290E;
}
Generate More ShadesCreate PaletteConvert Color