Emerald

#26F2A4

Green

Color Codes

All color formats for development

HEX
#26F2A4
RGB
rgb(38, 242, 164)
HSL
hsl(157, 89%, 55%)
OKLCH
oklch(0.851 0.185 160.3)
CMYK
cmyk(84%, 0%, 32%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.47:1

AA AAA

On Black Background

14.32:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DDFD
200
#C0FB
300
#90F9
400
#56F5
500
#26F2
600
#0CD4
700
#0AA9
800
#0778
900
#044D
950
#0330

Shades

Darker variations

1#0EEF98
2#0CD488
3#0BBA77
4#099F66
5#088555
6#066A44
7#055033
8#033522
9#021B11

Tints

Lighter variations

1#3CF4AD
2#51F5B6
3#67F6BF
4#7DF7C8
5#93F9D2
6#A8FADB
7#BEFBE4
8#D4FCED
9#E9FEF6

Tones

Muted variations

1#30E8A2
2#3BDE9F
3#45D49D
4#4FCA9B
5#59BF98
6#63B596
7#6EAB93
8#78A191
9#82968F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEF9
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF1
Light backgroundsTable row hoverSkeleton loading
200
C0FB
#C0FBE5
Secondary backgroundsInput backgroundsDividers
300
90F9
#90F9D1
BordersInactive statesPlaceholder text
400
56F5
#56F5B8
Disabled statesSecondary iconsMuted text
500
26F2
#26F2A4
Primary brand colorCTAsActive elementsLinks
600
0CD4
#0CD488
Hover statesFocus ringsPrimary buttons hover
700
0AA9
#0AA96C
Active/pressed statesDark mode accentsSecondary text
800
0778
#07784D
Text on light backgroundsHeadingsStrong borders
900
044D
#044D31
Primary textHigh emphasis contentDark headings
950
0330
#03301F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FEF9;
  --emerald-100: #DDFDF1;
  --emerald-200: #C0FBE5;
  --emerald-300: #90F9D1;
  --emerald-400: #56F5B8;
  --emerald-500: #26F2A4;
  --emerald-600: #0CD488;
  --emerald-700: #0AA96C;
  --emerald-800: #07784D;
  --emerald-900: #044D31;
  --emerald-950: #03301F;
}
Generate More ShadesCreate PaletteConvert Color