Emerald

#27F1A0

Green

Color Codes

All color formats for development

HEX
#27F1A0
RGB
rgb(39, 241, 160)
HSL
hsl(156, 88%, 55%)
OKLCH
oklch(0.848 0.187 159.3)
CMYK
cmyk(84%, 0%, 34%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.48:1

AA AAA

On Black Background

14.18: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#0FED94
2#0DD384
3#0CB973
4#0A9E63
5#088452
6#076942
7#054F31
8#033521
9#021A10

Tints

Lighter variations

1#3DF3AA
2#52F4B3
3#68F5BD
4#7EF7C6
5#93F8D0
6#A9F9D9
7#BEFBE3
8#D4FCEC
9#E9FEF6

Tones

Muted variations

1#31E79E
2#3BDD9C
3#46D39A
4#50C998
5#5ABF96
6#64B594
7#6EAB92
8#78A090
9#82968E

Usage Guidelines

Recommended use cases for each shade level

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

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FEF9;
  --emerald-100: #DDFDF0;
  --emerald-200: #C1FBE4;
  --emerald-300: #91F8CF;
  --emerald-400: #57F4B5;
  --emerald-500: #27F1A0;
  --emerald-600: #0DD384;
  --emerald-700: #0BA869;
  --emerald-800: #08784B;
  --emerald-900: #054D30;
  --emerald-950: #03301E;
}
Generate More ShadesCreate PaletteConvert Color