Emerald

#6FDC7A

Green

Color Codes

All color formats for development

HEX
#6FDC7A
RGB
rgb(111, 220, 122)
HSL
hsl(126, 61%, 65%)
OKLCH
oklch(0.807 0.169 145.9)
CMYK
cmyk(50%, 0%, 45%, 14%)

Accessibility

WCAG contrast compliance

On White Background

1.72:1

AA AAA

On Black Background

12.19: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#55D662
2#3ACF49
3#2DBB3B
4#27A033
5#20852A
6#1A6B22
7#135019
8#0D3511
9#061B08

Tints

Lighter variations

1#7EE087
2#8CE395
3#9AE7A2
4#A9EAAF
5#B7EEBD
6#C6F1CA
7#D4F5D7
8#E2F8E4
9#F1FCF2

Tones

Muted variations

1#75D77F
2#7AD183
3#80CC87
4#85C68C
5#8BC190
6#90BC94
7#95B699
8#9BB19D
9#A0ABA1

Usage Guidelines

Recommended use cases for each shade level

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

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F3FCF4;
  --emerald-100: #E2F8E4;
  --emerald-200: #CAF2CE;
  --emerald-300: #A1E8A8;
  --emerald-400: #6FDC7A;
  --emerald-500: #46D254;
  --emerald-600: #2CB539;
  --emerald-700: #23902E;
  --emerald-800: #196721;
  --emerald-900: #104215;
  --emerald-950: #0A290D;
}
Generate More ShadesCreate PaletteConvert Color