Emerald

#6DDF8D

Green

Color Codes

All color formats for development

HEX
#6DDF8D
RGB
rgb(109, 223, 141)
HSL
hsl(137, 64%, 65%)
OKLCH
oklch(0.816 0.156 150.7)
CMYK
cmyk(51%, 0%, 37%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.67:1

AA AAA

On Black Background

12.59:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E2F9
200
#C9F3
300
#9FEA
400
#6DDF
500
#43D6
600
#28B8
700
#2092
800
#1769
900
#0F43
950
#092A

Shades

Darker variations

1#51D978
2#36D363
3#2ABE54
4#24A348
5#1E883C
6#186D30
7#125224
8#0C3618
9#061B0C

Tints

Lighter variations

1#7BE298
2#8AE5A4
3#99E9AF
4#A7ECBB
5#B6EFC6
6#C4F2D1
7#D3F5DD
8#E2F9E8
9#F0FCF4

Tones

Muted variations

1#72D98F
2#78D392
3#7ECE94
4#83C897
5#89C299
6#8FBD9C
7#95B79E
8#9AB1A1
9#A0ABA3

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCF5
BackgroundsSubtle highlightsCard backgrounds
100
E2F9
#E2F9E8
Light backgroundsTable row hoverSkeleton loading
200
C9F3
#C9F3D5
Secondary backgroundsInput backgroundsDividers
300
9FEA
#9FEAB4
BordersInactive statesPlaceholder text
400
6DDF
#6DDF8D
Disabled statesSecondary iconsMuted text
500
43D6
#43D66C
Primary brand colorCTAsActive elementsLinks
600
28B8
#28B851
Hover statesFocus ringsPrimary buttons hover
700
2092
#209240
Active/pressed statesDark mode accentsSecondary text
800
1769
#17692E
Text on light backgroundsHeadingsStrong borders
900
0F43
#0F431D
Primary textHigh emphasis contentDark headings
950
092A
#092A12
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FCF5;
  --emerald-100: #E2F9E8;
  --emerald-200: #C9F3D5;
  --emerald-300: #9FEAB4;
  --emerald-400: #6DDF8D;
  --emerald-500: #43D66C;
  --emerald-600: #28B851;
  --emerald-700: #209240;
  --emerald-800: #17692E;
  --emerald-900: #0F431D;
  --emerald-950: #092A12;
}
Generate More ShadesCreate PaletteConvert Color