Emerald

#2CB582

Green

Color Codes

All color formats for development

HEX
#2CB582
RGB
rgb(44, 181, 130)
HSL
hsl(158, 61%, 44%)
OKLCH
oklch(0.689 0.137 162.8)
CMYK
cmyk(76%, 0%, 28%, 29%)

Accessibility

WCAG contrast compliance

On White Background

2.61:1

AA AAA

On Black Background

8.04:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E2F8
200
#CAF2
300
#A1E8
400
#6FDC
500
#46D2
600
#2CB5
700
#2390
800
#1967
900
#1042
950
#0A29

Shades

Darker variations

1#27A375
2#239168
3#1F7E5B
4#1A6C4E
5#165A41
6#124834
7#0D3627
8#09241A
9#04120D

Tints

Lighter variations

1#31CC93
2#47D29F
3#5ED8AB
4#75DEB7
5#8CE3C3
6#A3E9CF
7#BAEEDB
8#D1F4E7
9#E8F9F3

Tones

Muted variations

1#33AE81
2#39A77F
3#40A07D
4#47997B
5#4E9279
6#558C78
7#5C8576
8#637E74
9#697772

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF9
BackgroundsSubtle highlightsCard backgrounds
100
E2F8
#E2F8F0
Light backgroundsTable row hoverSkeleton loading
200
CAF2
#CAF2E3
Secondary backgroundsInput backgroundsDividers
300
A1E8
#A1E8CE
BordersInactive statesPlaceholder text
400
6FDC
#6FDCB4
Disabled statesSecondary iconsMuted text
500
46D2
#46D29F
Primary brand colorCTAsActive elementsLinks
600
2CB5
#2CB582
Hover statesFocus ringsPrimary buttons hover
700
2390
#239068
Active/pressed statesDark mode accentsSecondary text
800
1967
#19674A
Text on light backgroundsHeadingsStrong borders
900
1042
#10422F
Primary textHigh emphasis contentDark headings
950
0A29
#0A291E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F3FCF9;
  --emerald-100: #E2F8F0;
  --emerald-200: #CAF2E3;
  --emerald-300: #A1E8CE;
  --emerald-400: #6FDCB4;
  --emerald-500: #46D29F;
  --emerald-600: #2CB582;
  --emerald-700: #239068;
  --emerald-800: #19674A;
  --emerald-900: #10422F;
  --emerald-950: #0A291E;
}
Generate More ShadesCreate PaletteConvert Color