Emerald

#26F290

Green

Color Codes

All color formats for development

HEX
#26F290
RGB
rgb(38, 242, 144)
HSL
hsl(151, 89%, 55%)
OKLCH
oklch(0.847 0.202 155)
CMYK
cmyk(84%, 0%, 40%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.48:1

AA AAA

On Black Background

14.19: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#0EEF82
2#0CD474
3#0BBA65
4#099F57
5#088548
6#066A3A
7#05502B
8#03351D
9#021B0E

Tints

Lighter variations

1#3CF49B
2#51F5A6
3#67F6B1
4#7DF7BC
5#93F9C7
6#A8FAD2
7#BEFBDE
8#D4FCE9
9#E9FEF4

Tones

Muted variations

1#30E88F
2#3BDE8F
3#45D48F
4#4FCA8E
5#59BF8E
6#63B58E
7#6EAB8D
8#78A18D
9#82968D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEF8
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDEE
Light backgroundsTable row hoverSkeleton loading
200
C0FB
#C0FBDF
Secondary backgroundsInput backgroundsDividers
300
90F9
#90F9C6
BordersInactive statesPlaceholder text
400
56F5
#56F5A8
Disabled statesSecondary iconsMuted text
500
26F2
#26F290
Primary brand colorCTAsActive elementsLinks
600
0CD4
#0CD474
Hover statesFocus ringsPrimary buttons hover
700
0AA9
#0AA95C
Active/pressed statesDark mode accentsSecondary text
800
0778
#077842
Text on light backgroundsHeadingsStrong borders
900
044D
#044D2A
Primary textHigh emphasis contentDark headings
950
0330
#03301A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FEF8;
  --emerald-100: #DDFDEE;
  --emerald-200: #C0FBDF;
  --emerald-300: #90F9C6;
  --emerald-400: #56F5A8;
  --emerald-500: #26F290;
  --emerald-600: #0CD474;
  --emerald-700: #0AA95C;
  --emerald-800: #077842;
  --emerald-900: #044D2A;
  --emerald-950: #03301A;
}
Generate More ShadesCreate PaletteConvert Color