Emerald

#6CE075

Green

Color Codes

All color formats for development

HEX
#6CE075
RGB
rgb(108, 224, 117)
HSL
hsl(125, 65%, 65%)
OKLCH
oklch(0.814 0.18 145.2)
CMYK
cmyk(52%, 0%, 48%, 12%)

Accessibility

WCAG contrast compliance

On White Background

1.67:1

AA AAA

On Black Background

12.56: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#50DA5C
2#35D442
3#29BF35
4#23A42E
5#1D8926
6#176D1E
7#115217
8#0C370F
9#061B08

Tints

Lighter variations

1#7AE383
2#89E691
3#98E99F
4#A7ECAC
5#B5EFBA
6#C4F3C8
7#D3F6D6
8#E2F9E3
9#F0FCF1

Tones

Muted variations

1#72DA7A
2#77D47F
3#7DCE84
4#83C989
5#89C38E
6#8FBD92
7#94B797
8#9AB19C
9#A0ACA1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCF3
BackgroundsSubtle highlightsCard backgrounds
100
E2F9
#E2F9E3
Light backgroundsTable row hoverSkeleton loading
200
C8F3
#C8F3CC
Secondary backgroundsInput backgroundsDividers
300
9EEA
#9EEAA5
BordersInactive statesPlaceholder text
400
6CE0
#6CE075
Disabled statesSecondary iconsMuted text
500
42D7
#42D74E
Primary brand colorCTAsActive elementsLinks
600
27B9
#27B933
Hover statesFocus ringsPrimary buttons hover
700
1F93
#1F9329
Active/pressed statesDark mode accentsSecondary text
800
1669
#16691D
Text on light backgroundsHeadingsStrong borders
900
0E43
#0E4313
Primary textHigh emphasis contentDark headings
950
092A
#092A0C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FCF3;
  --emerald-100: #E2F9E3;
  --emerald-200: #C8F3CC;
  --emerald-300: #9EEAA5;
  --emerald-400: #6CE075;
  --emerald-500: #42D74E;
  --emerald-600: #27B933;
  --emerald-700: #1F9329;
  --emerald-800: #16691D;
  --emerald-900: #0E4313;
  --emerald-950: #092A0C;
}
Generate More ShadesCreate PaletteConvert Color