Emerald

#27B98B

Green

Color Codes

All color formats for development

HEX
#27B98B
RGB
rgb(39, 185, 139)
HSL
hsl(161, 65%, 44%)
OKLCH
oklch(0.701 0.136 166)
CMYK
cmyk(79%, 0%, 25%, 27%)

Accessibility

WCAG contrast compliance

On White Background

2.50:1

AA AAA

On Black Background

8.40: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#23A77D
2#1F946F
3#1B8261
4#186F53
5#145D45
6#104A38
7#0C382A
8#08251C
9#04130E

Tints

Lighter variations

1#2CD19D
2#43D7A8
3#5ADCB3
4#72E1BE
5#89E6C9
6#A1EBD3
7#B8F0DE
8#D0F5E9
9#E7FAF4

Tones

Muted variations

1#2FB288
2#36AB86
3#3DA383
4#449C80
5#4C957E
6#538D7B
7#5A8678
8#627F76
9#697773

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCF9
BackgroundsSubtle highlightsCard backgrounds
100
E2F9
#E2F9F1
Light backgroundsTable row hoverSkeleton loading
200
C8F3
#C8F3E6
Secondary backgroundsInput backgroundsDividers
300
9EEA
#9EEAD2
BordersInactive statesPlaceholder text
400
6CE0
#6CE0BB
Disabled statesSecondary iconsMuted text
500
42D7
#42D7A8
Primary brand colorCTAsActive elementsLinks
600
27B9
#27B98B
Hover statesFocus ringsPrimary buttons hover
700
1F93
#1F936F
Active/pressed statesDark mode accentsSecondary text
800
1669
#16694F
Text on light backgroundsHeadingsStrong borders
900
0E43
#0E4333
Primary textHigh emphasis contentDark headings
950
092A
#092A20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FCF9;
  --emerald-100: #E2F9F1;
  --emerald-200: #C8F3E6;
  --emerald-300: #9EEAD2;
  --emerald-400: #6CE0BB;
  --emerald-500: #42D7A8;
  --emerald-600: #27B98B;
  --emerald-700: #1F936F;
  --emerald-800: #16694F;
  --emerald-900: #0E4333;
  --emerald-950: #092A20;
}
Generate More ShadesCreate PaletteConvert Color