Emerald

#60EBA6

Green

Color Codes

All color formats for development

HEX
#60EBA6
RGB
rgb(96, 235, 166)
HSL
hsl(150, 78%, 65%)
OKLCH
oklch(0.846 0.156 158.6)
CMYK
cmyk(59%, 0%, 29%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.51:1

AA AAA

On Black Background

13.93:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C4F8
300
#97F2
400
#60EB
500
#33E6
600
#19C8
700
#149F
800
#0E71
900
#0949
950
#062D

Shades

Darker variations

1#43E895
2#25E485
3#1ACF74
4#16B163
5#129453
6#0F7642
7#0B5932
8#073B21
9#041E11

Tints

Lighter variations

1#70EDAF
2#80EFB8
3#90F1C1
4#A0F3C9
5#B0F5D2
6#BFF7DB
7#CFF9E4
8#DFFBED
9#EFFDF6

Tones

Muted variations

1#67E4A6
2#6EDDA6
3#75D6A6
4#7CD0A6
5#83C9A6
6#8AC2A6
7#91BBA6
8#98B4A6
9#9FADA6

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF7
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBED
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8DE
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2C4
BordersInactive statesPlaceholder text
400
60EB
#60EBA6
Disabled statesSecondary iconsMuted text
500
33E6
#33E68C
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C870
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F59
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E7140
Text on light backgroundsHeadingsStrong borders
900
0949
#094929
Primary textHigh emphasis contentDark headings
950
062D
#062D1A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF7;
  --emerald-100: #DFFBED;
  --emerald-200: #C4F8DE;
  --emerald-300: #97F2C4;
  --emerald-400: #60EBA6;
  --emerald-500: #33E68C;
  --emerald-600: #19C870;
  --emerald-700: #149F59;
  --emerald-800: #0E7140;
  --emerald-900: #094929;
  --emerald-950: #062D1A;
}
Generate More ShadesCreate PaletteConvert Color