Emerald

#60EB65

Green

Color Codes

All color formats for development

HEX
#60EB65
RGB
rgb(96, 235, 101)
HSL
hsl(122, 78%, 65%)
OKLCH
oklch(0.835 0.213 143.9)
CMYK
cmyk(59%, 0%, 57%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.55:1

AA AAA

On Black Background

13.57: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#43E848
2#25E42B
3#1ACF20
4#16B11B
5#129417
6#0F7612
7#0B590E
8#073B09
9#041E05

Tints

Lighter variations

1#70ED74
2#80EF84
3#90F193
4#A0F3A2
5#B0F5B2
6#BFF7C1
7#CFF9D1
8#DFFBE0
9#EFFDF0

Tones

Muted variations

1#67E46B
2#6EDD72
3#75D678
4#7CD07F
5#83C985
6#8AC28C
7#91BB92
8#98B499
9#9FAD9F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF2
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE0
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8C6
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F29A
BordersInactive statesPlaceholder text
400
60EB
#60EB65
Disabled statesSecondary iconsMuted text
500
33E6
#33E639
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C81F
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F18
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E7111
Text on light backgroundsHeadingsStrong borders
900
0949
#09490B
Primary textHigh emphasis contentDark headings
950
062D
#062D07
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF2;
  --emerald-100: #DFFBE0;
  --emerald-200: #C4F8C6;
  --emerald-300: #97F29A;
  --emerald-400: #60EB65;
  --emerald-500: #33E639;
  --emerald-600: #19C81F;
  --emerald-700: #149F18;
  --emerald-800: #0E7111;
  --emerald-900: #09490B;
  --emerald-950: #062D07;
}
Generate More ShadesCreate PaletteConvert Color