Emerald

#6CE085

Green

Color Codes

All color formats for development

HEX
#6CE085
RGB
rgb(108, 224, 133)
HSL
hsl(133, 65%, 65%)
OKLCH
oklch(0.817 0.165 148.7)
CMYK
cmyk(52%, 0%, 41%, 12%)

Accessibility

WCAG contrast compliance

On White Background

1.66:1

AA AAA

On Black Background

12.64: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#50DA6E
2#35D458
3#29BF49
4#23A43F
5#1D8934
6#176D2A
7#11521F
8#0C3715
9#061B0A

Tints

Lighter variations

1#7AE391
2#89E69D
3#98E9AA
4#A7ECB6
5#B5EFC2
6#C4F3CE
7#D3F6DA
8#E2F9E7
9#F0FCF3

Tones

Muted variations

1#72DA88
2#77D48B
3#7DCE8F
4#83C992
5#89C395
6#8FBD99
7#94B79C
8#9AB19F
9#A0ACA2

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCF5
BackgroundsSubtle highlightsCard backgrounds
100
E2F9
#E2F9E7
Light backgroundsTable row hoverSkeleton loading
200
C8F3
#C8F3D2
Secondary backgroundsInput backgroundsDividers
300
9EEA
#9EEAAF
BordersInactive statesPlaceholder text
400
6CE0
#6CE085
Disabled statesSecondary iconsMuted text
500
42D7
#42D762
Primary brand colorCTAsActive elementsLinks
600
27B9
#27B947
Hover statesFocus ringsPrimary buttons hover
700
1F93
#1F9338
Active/pressed statesDark mode accentsSecondary text
800
1669
#166928
Text on light backgroundsHeadingsStrong borders
900
0E43
#0E431A
Primary textHigh emphasis contentDark headings
950
092A
#092A10
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FCF5;
  --emerald-100: #E2F9E7;
  --emerald-200: #C8F3D2;
  --emerald-300: #9EEAAF;
  --emerald-400: #6CE085;
  --emerald-500: #42D762;
  --emerald-600: #27B947;
  --emerald-700: #1F9338;
  --emerald-800: #166928;
  --emerald-900: #0E431A;
  --emerald-950: #092A10;
}
Generate More ShadesCreate PaletteConvert Color