Emerald

#21C08B

Green

Color Codes

All color formats for development

HEX
#21C08B
RGB
rgb(33, 192, 139)
HSL
hsl(160, 71%, 44%)
OKLCH
oklch(0.718 0.146 164)
CMYK
cmyk(83%, 0%, 28%, 25%)

Accessibility

WCAG contrast compliance

On White Background

2.34:1

AA AAA

On Black Background

8.98:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E0FA
200
#C6F5
300
#9BEE
400
#66E5
500
#3BDE
600
#21C0
700
#1A99
800
#126D
900
#0C46
950
#072C

Shades

Darker variations

1#1DAD7D
2#1A996F
3#178661
4#147353
5#106045
6#0D4D38
7#0A3A2A
8#07261C
9#03130E

Tints

Lighter variations

1#25D89C
2#3CDEA8
3#54E2B3
4#6CE6BE
5#85EAC8
6#9DEED3
7#B6F3DE
8#CEF7E9
9#E7FBF4

Tones

Muted variations

1#29B888
2#30B085
3#38A883
4#40A080
5#48987D
6#50907B
7#588878
8#608076
9#687873

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF9
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAF1
Light backgroundsTable row hoverSkeleton loading
200
C6F5
#C6F5E6
Secondary backgroundsInput backgroundsDividers
300
9BEE
#9BEED2
BordersInactive statesPlaceholder text
400
66E5
#66E5BB
Disabled statesSecondary iconsMuted text
500
3BDE
#3BDEA7
Primary brand colorCTAsActive elementsLinks
600
21C0
#21C08B
Hover statesFocus ringsPrimary buttons hover
700
1A99
#1A996E
Active/pressed statesDark mode accentsSecondary text
800
126D
#126D4F
Text on light backgroundsHeadingsStrong borders
900
0C46
#0C4632
Primary textHigh emphasis contentDark headings
950
072C
#072C20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF9;
  --emerald-100: #E0FAF1;
  --emerald-200: #C6F5E6;
  --emerald-300: #9BEED2;
  --emerald-400: #66E5BB;
  --emerald-500: #3BDEA7;
  --emerald-600: #21C08B;
  --emerald-700: #1A996E;
  --emerald-800: #126D4F;
  --emerald-900: #0C4632;
  --emerald-950: #072C20;
}
Generate More ShadesCreate PaletteConvert Color