Emerald

#27F1A4

Green

Color Codes

All color formats for development

HEX
#27F1A4
RGB
rgb(39, 241, 164)
HSL
hsl(157, 88%, 55%)
OKLCH
oklch(0.849 0.184 160.5)
CMYK
cmyk(84%, 0%, 32%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.48:1

AA AAA

On Black Background

14.20: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#0FED98
2#0DD387
3#0CB976
4#0A9E65
5#088455
6#076944
7#054F33
8#033522
9#021A11

Tints

Lighter variations

1#3DF3AD
2#52F4B6
3#68F5BF
4#7EF7C8
5#93F8D1
6#A9F9DB
7#BEFBE4
8#D4FCED
9#E9FEF6

Tones

Muted variations

1#31E7A1
2#3BDD9F
3#46D39D
4#50C99A
5#5ABF98
6#64B596
7#6EAB93
8#78A091
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
#C1FBE5
Secondary backgroundsInput backgroundsDividers
300
91F8
#91F8D0
BordersInactive statesPlaceholder text
400
57F4
#57F4B8
Disabled statesSecondary iconsMuted text
500
27F1
#27F1A4
Primary brand colorCTAsActive elementsLinks
600
0DD3
#0DD387
Hover statesFocus ringsPrimary buttons hover
700
0BA8
#0BA86C
Active/pressed statesDark mode accentsSecondary text
800
0878
#08784D
Text on light backgroundsHeadingsStrong borders
900
054D
#054D31
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: #C1FBE5;
  --emerald-300: #91F8D0;
  --emerald-400: #57F4B8;
  --emerald-500: #27F1A4;
  --emerald-600: #0DD387;
  --emerald-700: #0BA86C;
  --emerald-800: #08784D;
  --emerald-900: #054D31;
  --emerald-950: #03301F;
}
Generate More ShadesCreate PaletteConvert Color