Emerald

#27B97C

Green

Color Codes

All color formats for development

HEX
#27B97C
RGB
rgb(39, 185, 124)
HSL
hsl(155, 65%, 44%)
OKLCH
oklch(0.697 0.149 159.5)
CMYK
cmyk(79%, 0%, 33%, 27%)

Accessibility

WCAG contrast compliance

On White Background

2.52:1

AA AAA

On Black Background

8.32:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E2F9
200
#C8F3
300
#9EEA
400
#6CE0
500
#42D7
600
#27B9
700
#1F93
800
#1669
900
#0E43
950
#092A

Shades

Darker variations

1#23A770
2#1F9463
3#1B8257
4#186F4B
5#145D3E
6#104A32
7#0C3825
8#082519
9#04130C

Tints

Lighter variations

1#2CD18C
2#43D799
3#5ADCA6
4#72E1B3
5#89E6BF
6#A1EBCC
7#B8F0D9
8#D0F5E6
9#E7FAF2

Tones

Muted variations

1#2FB27B
2#36AB7A
3#3DA379
4#449C77
5#4C9576
6#538D75
7#5A8674
8#627F73
9#697771

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCF8
BackgroundsSubtle highlightsCard backgrounds
100
E2F9
#E2F9EF
Light backgroundsTable row hoverSkeleton loading
200
C8F3
#C8F3E1
Secondary backgroundsInput backgroundsDividers
300
9EEA
#9EEACB
BordersInactive statesPlaceholder text
400
6CE0
#6CE0AF
Disabled statesSecondary iconsMuted text
500
42D7
#42D799
Primary brand colorCTAsActive elementsLinks
600
27B9
#27B97C
Hover statesFocus ringsPrimary buttons hover
700
1F93
#1F9363
Active/pressed statesDark mode accentsSecondary text
800
1669
#166947
Text on light backgroundsHeadingsStrong borders
900
0E43
#0E432D
Primary textHigh emphasis contentDark headings
950
092A
#092A1C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FCF8;
  --emerald-100: #E2F9EF;
  --emerald-200: #C8F3E1;
  --emerald-300: #9EEACB;
  --emerald-400: #6CE0AF;
  --emerald-500: #42D799;
  --emerald-600: #27B97C;
  --emerald-700: #1F9363;
  --emerald-800: #166947;
  --emerald-900: #0E432D;
  --emerald-950: #092A1C;
}
Generate More ShadesCreate PaletteConvert Color