Emerald

#6FDC6F

Green

Color Codes

All color formats for development

HEX
#6FDC6F
RGB
rgb(111, 220, 111)
HSL
hsl(120, 61%, 65%)
OKLCH
oklch(0.805 0.179 143.7)
CMYK
cmyk(50%, 0%, 50%, 14%)

Accessibility

WCAG contrast compliance

On White Background

1.73:1

AA AAA

On Black Background

12.14: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#55D655
2#3ACF3A
3#2DBB2D
4#27A027
5#208520
6#1A6B1A
7#135013
8#0D350D
9#061B06

Tints

Lighter variations

1#7EE07E
2#8CE38C
3#9AE79A
4#A9EAA9
5#B7EEB7
6#C6F1C6
7#D4F5D4
8#E2F8E2
9#F1FCF1

Tones

Muted variations

1#75D775
2#7AD17A
3#80CC80
4#85C685
5#8BC18B
6#90BC90
7#95B695
8#9BB19B
9#A0ABA0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF3
BackgroundsSubtle highlightsCard backgrounds
100
E2F8
#E2F8E2
Light backgroundsTable row hoverSkeleton loading
200
CAF2
#CAF2CA
Secondary backgroundsInput backgroundsDividers
300
A1E8
#A1E8A1
BordersInactive statesPlaceholder text
400
6FDC
#6FDC6F
Disabled statesSecondary iconsMuted text
500
46D2
#46D246
Primary brand colorCTAsActive elementsLinks
600
2CB5
#2CB52C
Hover statesFocus ringsPrimary buttons hover
700
2390
#239023
Active/pressed statesDark mode accentsSecondary text
800
1967
#196719
Text on light backgroundsHeadingsStrong borders
900
1042
#104210
Primary textHigh emphasis contentDark headings
950
0A29
#0A290A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F3FCF3;
  --emerald-100: #E2F8E2;
  --emerald-200: #CAF2CA;
  --emerald-300: #A1E8A1;
  --emerald-400: #6FDC6F;
  --emerald-500: #46D246;
  --emerald-600: #2CB52C;
  --emerald-700: #239023;
  --emerald-800: #196719;
  --emerald-900: #104210;
  --emerald-950: #0A290A;
}
Generate More ShadesCreate PaletteConvert Color