Emerald

#26BA7A

Green

Color Codes

All color formats for development

HEX
#26BA7A
RGB
rgb(38, 186, 122)
HSL
hsl(154, 66%, 44%)
OKLCH
oklch(0.699 0.152 158.6)
CMYK
cmyk(80%, 0%, 34%, 27%)

Accessibility

WCAG contrast compliance

On White Background

2.50:1

AA AAA

On Black Background

8.39: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#22A86E
2#1F9562
3#1B8255
4#177049
5#135D3D
6#0F4B31
7#0B3825
8#082518
9#04130C

Tints

Lighter variations

1#2BD28A
2#41D897
3#59DDA4
4#71E2B1
5#88E7BE
6#A0ECCB
7#B8F0D8
8#D0F5E5
9#E7FAF2

Tones

Muted variations

1#2EB379
2#35AB78
3#3CA477
4#449D76
5#4B9575
6#538E74
7#5A8673
8#617F72
9#697871

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCF8
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9EF
Light backgroundsTable row hoverSkeleton loading
200
C8F4
#C8F4E1
Secondary backgroundsInput backgroundsDividers
300
9EEB
#9EEBCA
BordersInactive statesPlaceholder text
400
6BE1
#6BE1AE
Disabled statesSecondary iconsMuted text
500
41D8
#41D896
Primary brand colorCTAsActive elementsLinks
600
26BA
#26BA7A
Hover statesFocus ringsPrimary buttons hover
700
1E94
#1E9461
Active/pressed statesDark mode accentsSecondary text
800
166A
#166A45
Text on light backgroundsHeadingsStrong borders
900
0E44
#0E442C
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: #E1F9EF;
  --emerald-200: #C8F4E1;
  --emerald-300: #9EEBCA;
  --emerald-400: #6BE1AE;
  --emerald-500: #41D896;
  --emerald-600: #26BA7A;
  --emerald-700: #1E9461;
  --emerald-800: #166A45;
  --emerald-900: #0E442C;
  --emerald-950: #092A1C;
}
Generate More ShadesCreate PaletteConvert Color