Emerald

#27F1B1

Green

Color Codes

All color formats for development

HEX
#27F1B1
RGB
rgb(39, 241, 177)
HSL
hsl(161, 88%, 55%)
OKLCH
oklch(0.852 0.174 164.7)
CMYK
cmyk(84%, 0%, 27%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.47:1

AA AAA

On Black Background

14.30: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#0FEDA7
2#0DD394
3#0CB982
4#0A9E6F
5#08845D
6#07694A
7#054F38
8#033525
9#021A13

Tints

Lighter variations

1#3DF3B9
2#52F4C1
3#68F5C9
4#7EF7D0
5#93F8D8
6#A9F9E0
7#BEFBE8
8#D4FCEF
9#E9FEF7

Tones

Muted variations

1#31E7AE
2#3BDDAA
3#46D3A6
4#50C9A2
5#5ABF9F
6#64B59B
7#6EAB97
8#78A094
9#829690

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFA
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF3
Light backgroundsTable row hoverSkeleton loading
200
C1FB
#C1FBE9
Secondary backgroundsInput backgroundsDividers
300
91F8
#91F8D7
BordersInactive statesPlaceholder text
400
57F4
#57F4C3
Disabled statesSecondary iconsMuted text
500
27F1
#27F1B1
Primary brand colorCTAsActive elementsLinks
600
0DD3
#0DD394
Hover statesFocus ringsPrimary buttons hover
700
0BA8
#0BA876
Active/pressed statesDark mode accentsSecondary text
800
0878
#087854
Text on light backgroundsHeadingsStrong borders
900
054D
#054D36
Primary textHigh emphasis contentDark headings
950
0330
#033022
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FEFA;
  --emerald-100: #DDFDF3;
  --emerald-200: #C1FBE9;
  --emerald-300: #91F8D7;
  --emerald-400: #57F4C3;
  --emerald-500: #27F1B1;
  --emerald-600: #0DD394;
  --emerald-700: #0BA876;
  --emerald-800: #087854;
  --emerald-900: #054D36;
  --emerald-950: #033022;
}
Generate More ShadesCreate PaletteConvert Color