Emerald

#6CE07D

Green

Color Codes

All color formats for development

HEX
#6CE07D
RGB
rgb(108, 224, 125)
HSL
hsl(129, 65%, 65%)
OKLCH
oklch(0.816 0.173 146.8)
CMYK
cmyk(52%, 0%, 44%, 12%)

Accessibility

WCAG contrast compliance

On White Background

1.67:1

AA AAA

On Black Background

12.60:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E2F9
200
#C8F3
300
#9EEA
400
#6CE0
500
#42D7
600
#27B9
700
#1F93
800
#1669
900
#0E43
950
#092A

Shades

Darker variations

1#50DA65
2#35D44D
3#29BF3F
4#23A436
5#1D892D
6#176D24
7#11521B
8#0C3712
9#061B09

Tints

Lighter variations

1#7AE38A
2#89E697
3#98E9A4
4#A7ECB1
5#B5EFBE
6#C4F3CB
7#D3F6D8
8#E2F9E5
9#F0FCF2

Tones

Muted variations

1#72DA81
2#77D485
3#7DCE89
4#83C98D
5#89C391
6#8FBD96
7#94B79A
8#9AB19E
9#A0ACA2

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCF4
BackgroundsSubtle highlightsCard backgrounds
100
E2F9
#E2F9E5
Light backgroundsTable row hoverSkeleton loading
200
C8F3
#C8F3CF
Secondary backgroundsInput backgroundsDividers
300
9EEA
#9EEAAA
BordersInactive statesPlaceholder text
400
6CE0
#6CE07D
Disabled statesSecondary iconsMuted text
500
42D7
#42D758
Primary brand colorCTAsActive elementsLinks
600
27B9
#27B93D
Hover statesFocus ringsPrimary buttons hover
700
1F93
#1F9331
Active/pressed statesDark mode accentsSecondary text
800
1669
#166923
Text on light backgroundsHeadingsStrong borders
900
0E43
#0E4316
Primary textHigh emphasis contentDark headings
950
092A
#092A0E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FCF4;
  --emerald-100: #E2F9E5;
  --emerald-200: #C8F3CF;
  --emerald-300: #9EEAAA;
  --emerald-400: #6CE07D;
  --emerald-500: #42D758;
  --emerald-600: #27B93D;
  --emerald-700: #1F9331;
  --emerald-800: #166923;
  --emerald-900: #0E4316;
  --emerald-950: #092A0E;
}
Generate More ShadesCreate PaletteConvert Color