Emerald

#2DEBAF

Green

Color Codes

All color formats for development

HEX
#2DEBAF
RGB
rgb(45, 235, 175)
HSL
hsl(161, 83%, 55%)
OKLCH
oklch(0.837 0.167 165.4)
CMYK
cmyk(81%, 0%, 26%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.54:1

AA AAA

On Black Background

13.61:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DEFC
200
#C2F9
300
#94F5
400
#5CF0
500
#2DEB
600
#13CD
700
#0FA3
800
#0B75
900
#074B
950
#042F

Shades

Darker variations

1#15E7A5
2#13CD92
3#11B480
4#0E9A6E
5#0C805B
6#0A6749
7#074D37
8#053325
9#021A12

Tints

Lighter variations

1#42EDB7
2#57EFBF
3#6CF1C7
4#81F3CF
5#96F5D7
6#ABF7DF
7#C0F9E7
8#D5FBEF
9#EAFDF7

Tones

Muted variations

1#37E2AC
2#40D8A8
3#4ACFA5
4#53C5A1
5#5DBC9E
6#66B29A
7#70A997
8#799F93
9#839690

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFA
BackgroundsSubtle highlightsCard backgrounds
100
DEFC
#DEFCF3
Light backgroundsTable row hoverSkeleton loading
200
C2F9
#C2F9E8
Secondary backgroundsInput backgroundsDividers
300
94F5
#94F5D6
BordersInactive statesPlaceholder text
400
5CF0
#5CF0C1
Disabled statesSecondary iconsMuted text
500
2DEB
#2DEBAF
Primary brand colorCTAsActive elementsLinks
600
13CD
#13CD92
Hover statesFocus ringsPrimary buttons hover
700
0FA3
#0FA374
Active/pressed statesDark mode accentsSecondary text
800
0B75
#0B7553
Text on light backgroundsHeadingsStrong borders
900
074B
#074B35
Primary textHigh emphasis contentDark headings
950
042F
#042F21
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FEFA;
  --emerald-100: #DEFCF3;
  --emerald-200: #C2F9E8;
  --emerald-300: #94F5D6;
  --emerald-400: #5CF0C1;
  --emerald-500: #2DEBAF;
  --emerald-600: #13CD92;
  --emerald-700: #0FA374;
  --emerald-800: #0B7553;
  --emerald-900: #074B35;
  --emerald-950: #042F21;
}
Generate More ShadesCreate PaletteConvert Color