Emerald

#27F1A7

Green

Color Codes

All color formats for development

HEX
#27F1A7
RGB
rgb(39, 241, 167)
HSL
hsl(158, 88%, 55%)
OKLCH
oklch(0.849 0.181 161.4)
CMYK
cmyk(84%, 0%, 31%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.48:1

AA AAA

On Black Background

14.23: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#0FED9C
2#0DD38B
3#0CB979
4#0A9E68
5#088457
6#076945
7#054F34
8#033523
9#021A11

Tints

Lighter variations

1#3DF3B0
2#52F4B9
3#68F5C2
4#7EF7CA
5#93F8D3
6#A9F9DC
7#BEFBE5
8#D4FCED
9#E9FEF6

Tones

Muted variations

1#31E7A4
2#3BDDA2
3#46D39F
4#50C99C
5#5ABF9A
6#64B597
7#6EAB94
8#78A092
9#82968F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEF9
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF1
Light backgroundsTable row hoverSkeleton loading
200
C1FB
#C1FBE6
Secondary backgroundsInput backgroundsDividers
300
91F8
#91F8D2
BordersInactive statesPlaceholder text
400
57F4
#57F4BB
Disabled statesSecondary iconsMuted text
500
27F1
#27F1A7
Primary brand colorCTAsActive elementsLinks
600
0DD3
#0DD38B
Hover statesFocus ringsPrimary buttons hover
700
0BA8
#0BA86E
Active/pressed statesDark mode accentsSecondary text
800
0878
#08784F
Text on light backgroundsHeadingsStrong borders
900
054D
#054D32
Primary textHigh emphasis contentDark headings
950
0330
#03301F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FEF9;
  --emerald-100: #DDFDF1;
  --emerald-200: #C1FBE6;
  --emerald-300: #91F8D2;
  --emerald-400: #57F4BB;
  --emerald-500: #27F1A7;
  --emerald-600: #0DD38B;
  --emerald-700: #0BA86E;
  --emerald-800: #08784F;
  --emerald-900: #054D32;
  --emerald-950: #03301F;
}
Generate More ShadesCreate PaletteConvert Color