Emerald

#55F7A8

Green

Color Codes

All color formats for development

HEX
#55F7A8
RGB
rgb(85, 247, 168)
HSL
hsl(151, 91%, 65%)
OKLCH
oklch(0.873 0.175 158)
CMYK
cmyk(66%, 0%, 32%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.38:1

AA AAA

On Black Background

15.26:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FE
100
#DDFD
200
#C0FC
300
#8FFA
400
#55F7
500
#24F5
600
#0AD6
700
#08AA
800
#067A
900
#044E
950
#0231

Shades

Darker variations

1#35F598
2#15F488
3#0ADE78
4#09BE66
5#079E55
6#067F44
7#045F33
8#033F22
9#012011

Tints

Lighter variations

1#66F8B1
2#77F9BA
3#88F9C2
4#99FACB
5#AAFBD4
6#BBFCDC
7#CCFDE5
8#DDFDEE
9#EEFEF6

Tones

Muted variations

1#5DEFA8
2#65E7A8
3#6DDFA8
4#75D6A7
5#7DCEA7
6#85C6A7
7#8DBEA7
8#96B6A6
9#9EAEA6

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEF8
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDEE
Light backgroundsTable row hoverSkeleton loading
200
C0FC
#C0FCDF
Secondary backgroundsInput backgroundsDividers
300
8FFA
#8FFAC6
BordersInactive statesPlaceholder text
400
55F7
#55F7A8
Disabled statesSecondary iconsMuted text
500
24F5
#24F590
Primary brand colorCTAsActive elementsLinks
600
0AD6
#0AD674
Hover statesFocus ringsPrimary buttons hover
700
08AA
#08AA5C
Active/pressed statesDark mode accentsSecondary text
800
067A
#067A42
Text on light backgroundsHeadingsStrong borders
900
044E
#044E2A
Primary textHigh emphasis contentDark headings
950
0231
#02311A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F0FEF8;
  --emerald-100: #DDFDEE;
  --emerald-200: #C0FCDF;
  --emerald-300: #8FFAC6;
  --emerald-400: #55F7A8;
  --emerald-500: #24F590;
  --emerald-600: #0AD674;
  --emerald-700: #08AA5C;
  --emerald-800: #067A42;
  --emerald-900: #044E2A;
  --emerald-950: #02311A;
}
Generate More ShadesCreate PaletteConvert Color