Emerald

#26BA81

Green

Color Codes

All color formats for development

HEX
#26BA81
RGB
rgb(38, 186, 129)
HSL
hsl(157, 66%, 44%)
OKLCH
oklch(0.701 0.146 161.3)
CMYK
cmyk(80%, 0%, 31%, 27%)

Accessibility

WCAG contrast compliance

On White Background

2.49:1

AA AAA

On Black Background

8.42:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E1F9
200
#C8F4
300
#9EEB
400
#6BE1
500
#41D8
600
#26BA
700
#1E94
800
#166A
900
#0E44
950
#092A

Shades

Darker variations

1#22A875
2#1F9568
3#1B825B
4#17704E
5#135D41
6#0F4B34
7#0B3827
8#08251A
9#04130D

Tints

Lighter variations

1#2BD292
2#41D89E
3#59DDAA
4#71E2B7
5#88E7C3
6#A0ECCF
7#B8F0DB
8#D0F5E7
9#E7FAF3

Tones

Muted variations

1#2EB380
2#35AB7E
3#3CA47C
4#449D7B
5#4B9579
6#538E77
7#5A8675
8#617F74
9#697872

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCF9
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9F0
Light backgroundsTable row hoverSkeleton loading
200
C8F4
#C8F4E3
Secondary backgroundsInput backgroundsDividers
300
9EEB
#9EEBCD
BordersInactive statesPlaceholder text
400
6BE1
#6BE1B3
Disabled statesSecondary iconsMuted text
500
41D8
#41D89E
Primary brand colorCTAsActive elementsLinks
600
26BA
#26BA81
Hover statesFocus ringsPrimary buttons hover
700
1E94
#1E9467
Active/pressed statesDark mode accentsSecondary text
800
166A
#166A4A
Text on light backgroundsHeadingsStrong borders
900
0E44
#0E442F
Primary textHigh emphasis contentDark headings
950
092A
#092A1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FCF9;
  --emerald-100: #E1F9F0;
  --emerald-200: #C8F4E3;
  --emerald-300: #9EEBCD;
  --emerald-400: #6BE1B3;
  --emerald-500: #41D89E;
  --emerald-600: #26BA81;
  --emerald-700: #1E9467;
  --emerald-800: #166A4A;
  --emerald-900: #0E442F;
  --emerald-950: #092A1D;
}
Generate More ShadesCreate PaletteConvert Color