Emerald

#26BA90

Green

Color Codes

All color formats for development

HEX
#26BA90
RGB
rgb(38, 186, 144)
HSL
hsl(163, 66%, 44%)
OKLCH
oklch(0.705 0.134 168.2)
CMYK
cmyk(80%, 0%, 23%, 27%)

Accessibility

WCAG contrast compliance

On White Background

2.47:1

AA AAA

On Black Background

8.51: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#22A882
2#1F9573
3#1B8265
4#177057
5#135D48
6#0F4B3A
7#0B382B
8#08251D
9#04130E

Tints

Lighter variations

1#2BD2A3
2#41D8AD
3#59DDB8
4#71E2C2
5#88E7CC
6#A0ECD6
7#B8F0E0
8#D0F5EB
9#E7FAF5

Tones

Muted variations

1#2EB38D
2#35AB8A
3#3CA487
4#449D83
5#4B9580
6#538E7D
7#5A867A
8#617F77
9#697873

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCFA
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9F2
Light backgroundsTable row hoverSkeleton loading
200
C8F4
#C8F4E7
Secondary backgroundsInput backgroundsDividers
300
9EEB
#9EEBD5
BordersInactive statesPlaceholder text
400
6BE1
#6BE1BF
Disabled statesSecondary iconsMuted text
500
41D8
#41D8AD
Primary brand colorCTAsActive elementsLinks
600
26BA
#26BA90
Hover statesFocus ringsPrimary buttons hover
700
1E94
#1E9473
Active/pressed statesDark mode accentsSecondary text
800
166A
#166A52
Text on light backgroundsHeadingsStrong borders
900
0E44
#0E4434
Primary textHigh emphasis contentDark headings
950
092A
#092A21
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FCFA;
  --emerald-100: #E1F9F2;
  --emerald-200: #C8F4E7;
  --emerald-300: #9EEBD5;
  --emerald-400: #6BE1BF;
  --emerald-500: #41D8AD;
  --emerald-600: #26BA90;
  --emerald-700: #1E9473;
  --emerald-800: #166A52;
  --emerald-900: #0E4434;
  --emerald-950: #092A21;
}
Generate More ShadesCreate PaletteConvert Color