Emerald

#2CB58C

Green

Color Codes

All color formats for development

HEX
#2CB58C
RGB
rgb(44, 181, 140)
HSL
hsl(162, 61%, 44%)
OKLCH
oklch(0.692 0.129 167.7)
CMYK
cmyk(76%, 0%, 23%, 29%)

Accessibility

WCAG contrast compliance

On White Background

2.59:1

AA AAA

On Black Background

8.10: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#27A37E
2#239170
3#1F7E62
4#1A6C54
5#165A46
6#124838
7#0D362A
8#09241C
9#04120E

Tints

Lighter variations

1#31CC9D
2#47D2A9
3#5ED8B3
4#75DEBE
5#8CE3C9
6#A3E9D4
7#BAEEDF
8#D1F4E9
9#E8F9F4

Tones

Muted variations

1#33AE89
2#39A786
3#40A083
4#479981
5#4E927E
6#558C7B
7#5C8578
8#637E76
9#697773

Usage Guidelines

Recommended use cases for each shade level

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

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F3FCF9;
  --emerald-100: #E2F8F2;
  --emerald-200: #CAF2E6;
  --emerald-300: #A1E8D3;
  --emerald-400: #6FDCBC;
  --emerald-500: #46D2A8;
  --emerald-600: #2CB58C;
  --emerald-700: #23906F;
  --emerald-800: #19674F;
  --emerald-900: #104233;
  --emerald-950: #0A2920;
}
Generate More ShadesCreate PaletteConvert Color