Emerald

#6FDC73

Green

Color Codes

All color formats for development

HEX
#6FDC73
RGB
rgb(111, 220, 115)
HSL
hsl(122, 61%, 65%)
OKLCH
oklch(0.805 0.175 144.4)
CMYK
cmyk(50%, 0%, 48%, 14%)

Accessibility

WCAG contrast compliance

On White Background

1.73:1

AA AAA

On Black Background

12.16: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#55D659
2#3ACF3F
3#2DBB32
4#27A02B
5#208524
6#1A6B1D
7#135015
8#0D350E
9#061B07

Tints

Lighter variations

1#7EE081
2#8CE38F
3#9AE79D
4#A9EAAB
5#B7EEB9
6#C6F1C7
7#D4F5D5
8#E2F8E3
9#F1FCF1

Tones

Muted variations

1#75D778
2#7AD17D
3#80CC82
4#85C687
5#8BC18C
6#90BC91
7#95B697
8#9BB19C
9#A0ABA1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF3
BackgroundsSubtle highlightsCard backgrounds
100
E2F8
#E2F8E3
Light backgroundsTable row hoverSkeleton loading
200
CAF2
#CAF2CB
Secondary backgroundsInput backgroundsDividers
300
A1E8
#A1E8A3
BordersInactive statesPlaceholder text
400
6FDC
#6FDC73
Disabled statesSecondary iconsMuted text
500
46D2
#46D24B
Primary brand colorCTAsActive elementsLinks
600
2CB5
#2CB530
Hover statesFocus ringsPrimary buttons hover
700
2390
#239026
Active/pressed statesDark mode accentsSecondary text
800
1967
#19671B
Text on light backgroundsHeadingsStrong borders
900
1042
#104212
Primary textHigh emphasis contentDark headings
950
0A29
#0A290B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F3FCF3;
  --emerald-100: #E2F8E3;
  --emerald-200: #CAF2CB;
  --emerald-300: #A1E8A3;
  --emerald-400: #6FDC73;
  --emerald-500: #46D24B;
  --emerald-600: #2CB530;
  --emerald-700: #239026;
  --emerald-800: #19671B;
  --emerald-900: #104212;
  --emerald-950: #0A290B;
}
Generate More ShadesCreate PaletteConvert Color