Emerald

#60EBA3

Green

Color Codes

All color formats for development

HEX
#60EBA3
RGB
rgb(96, 235, 163)
HSL
hsl(149, 78%, 65%)
OKLCH
oklch(0.845 0.159 157.6)
CMYK
cmyk(59%, 0%, 31%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.51:1

AA AAA

On Black Background

13.91: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#43E892
2#25E481
3#1ACF71
4#16B161
5#129451
6#0F7641
7#0B5930
8#073B20
9#041E10

Tints

Lighter variations

1#70EDAD
2#80EFB6
3#90F1BF
4#A0F3C8
5#B0F5D1
6#BFF7DA
7#CFF9E4
8#DFFBED
9#EFFDF6

Tones

Muted variations

1#67E4A4
2#6EDDA4
3#75D6A4
4#7CD0A4
5#83C9A5
6#8AC2A5
7#91BBA5
8#98B4A5
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
#C4F8DD
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2C3
BordersInactive statesPlaceholder text
400
60EB
#60EBA3
Disabled statesSecondary iconsMuted text
500
33E6
#33E689
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C86D
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F57
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E713E
Text on light backgroundsHeadingsStrong borders
900
0949
#094928
Primary textHigh emphasis contentDark headings
950
062D
#062D19
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF7;
  --emerald-100: #DFFBED;
  --emerald-200: #C4F8DD;
  --emerald-300: #97F2C3;
  --emerald-400: #60EBA3;
  --emerald-500: #33E689;
  --emerald-600: #19C86D;
  --emerald-700: #149F57;
  --emerald-800: #0E713E;
  --emerald-900: #094928;
  --emerald-950: #062D19;
}
Generate More ShadesCreate PaletteConvert Color