Emerald

#27F1AB

Green

Color Codes

All color formats for development

HEX
#27F1AB
RGB
rgb(39, 241, 171)
HSL
hsl(159, 88%, 55%)
OKLCH
oklch(0.85 0.178 162.7)
CMYK
cmyk(84%, 0%, 29%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.47:1

AA AAA

On Black Background

14.26: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#0FEDA0
2#0DD38E
3#0CB97C
4#0A9E6A
5#088459
6#076947
7#054F35
8#033523
9#021A12

Tints

Lighter variations

1#3DF3B3
2#52F4BB
3#68F5C4
4#7EF7CC
5#93F8D5
6#A9F9DD
7#BEFBE6
8#D4FCEE
9#E9FEF7

Tones

Muted variations

1#31E7A8
2#3BDDA4
3#46D3A1
4#50C99E
5#5ABF9B
6#64B598
7#6EAB95
8#78A092
9#82968F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEF9
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF2
Light backgroundsTable row hoverSkeleton loading
200
C1FB
#C1FBE7
Secondary backgroundsInput backgroundsDividers
300
91F8
#91F8D4
BordersInactive statesPlaceholder text
400
57F4
#57F4BD
Disabled statesSecondary iconsMuted text
500
27F1
#27F1AB
Primary brand colorCTAsActive elementsLinks
600
0DD3
#0DD38E
Hover statesFocus ringsPrimary buttons hover
700
0BA8
#0BA871
Active/pressed statesDark mode accentsSecondary text
800
0878
#087851
Text on light backgroundsHeadingsStrong borders
900
054D
#054D34
Primary textHigh emphasis contentDark headings
950
0330
#033020
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FEF9;
  --emerald-100: #DDFDF2;
  --emerald-200: #C1FBE7;
  --emerald-300: #91F8D4;
  --emerald-400: #57F4BD;
  --emerald-500: #27F1AB;
  --emerald-600: #0DD38E;
  --emerald-700: #0BA871;
  --emerald-800: #087851;
  --emerald-900: #054D34;
  --emerald-950: #033020;
}
Generate More ShadesCreate PaletteConvert Color