Emerald

#27F19D

Green

Color Codes

All color formats for development

HEX
#27F19D
RGB
rgb(39, 241, 157)
HSL
hsl(155, 88%, 55%)
OKLCH
oklch(0.847 0.19 158.5)
CMYK
cmyk(84%, 0%, 35%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.48:1

AA AAA

On Black Background

14.16:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DDFD
200
#C1FB
300
#91F8
400
#57F4
500
#27F1
600
#0DD3
700
#0BA8
800
#0878
900
#054D
950
#0330

Shades

Darker variations

1#0FED91
2#0DD381
3#0CB971
4#0A9E60
5#088450
6#076940
7#054F30
8#033520
9#021A10

Tints

Lighter variations

1#3DF3A7
2#52F4B1
3#68F5BA
4#7EF7C4
5#93F8CE
6#A9F9D8
7#BEFBE2
8#D4FCEB
9#E9FEF5

Tones

Muted variations

1#31E79B
2#3BDD9A
3#46D398
4#50C996
5#5ABF95
6#64B593
7#6EAB91
8#78A090
9#82968E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEF8
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF0
Light backgroundsTable row hoverSkeleton loading
200
C1FB
#C1FBE3
Secondary backgroundsInput backgroundsDividers
300
91F8
#91F8CD
BordersInactive statesPlaceholder text
400
57F4
#57F4B3
Disabled statesSecondary iconsMuted text
500
27F1
#27F19D
Primary brand colorCTAsActive elementsLinks
600
0DD3
#0DD381
Hover statesFocus ringsPrimary buttons hover
700
0BA8
#0BA866
Active/pressed statesDark mode accentsSecondary text
800
0878
#087849
Text on light backgroundsHeadingsStrong borders
900
054D
#054D2F
Primary textHigh emphasis contentDark headings
950
0330
#03301D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FEF8;
  --emerald-100: #DDFDF0;
  --emerald-200: #C1FBE3;
  --emerald-300: #91F8CD;
  --emerald-400: #57F4B3;
  --emerald-500: #27F19D;
  --emerald-600: #0DD381;
  --emerald-700: #0BA866;
  --emerald-800: #087849;
  --emerald-900: #054D2F;
  --emerald-950: #03301D;
}
Generate More ShadesCreate PaletteConvert Color