Emerald

#2DB482

Green

Color Codes

All color formats for development

HEX
#2DB482
RGB
rgb(45, 180, 130)
HSL
hsl(158, 60%, 44%)
OKLCH
oklch(0.687 0.136 163.1)
CMYK
cmyk(75%, 0%, 28%, 29%)

Accessibility

WCAG contrast compliance

On White Background

2.64:1

AA AAA

On Black Background

7.96: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
#70DB
500
#47D1
600
#2DB4
700
#248F
800
#1A66
900
#1041
950
#0A29

Shades

Darker variations

1#28A275
2#249068
3#1F7E5B
4#1B6C4E
5#165A41
6#124834
7#0D3627
8#09241A
9#04120D

Tints

Lighter variations

1#33CA93
2#48D19F
3#5FD7AB
4#76DDB7
5#8DE2C3
6#A4E8CF
7#BAEEDB
8#D1F4E7
9#E8F9F3

Tones

Muted variations

1#34AD80
2#3AA67F
3#419F7D
4#48997B
5#4F9279
6#558B77
7#5C8476
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
70DB
#70DBB4
Disabled statesSecondary iconsMuted text
500
47D1
#47D19F
Primary brand colorCTAsActive elementsLinks
600
2DB4
#2DB482
Hover statesFocus ringsPrimary buttons hover
700
248F
#248F68
Active/pressed statesDark mode accentsSecondary text
800
1A66
#1A664A
Text on light backgroundsHeadingsStrong borders
900
1041
#10412F
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: #70DBB4;
  --emerald-500: #47D19F;
  --emerald-600: #2DB482;
  --emerald-700: #248F68;
  --emerald-800: #1A664A;
  --emerald-900: #10412F;
  --emerald-950: #0A291E;
}
Generate More ShadesCreate PaletteConvert Color