Emerald

#2DEBB2

Green

Color Codes

All color formats for development

HEX
#2DEBB2
RGB
rgb(45, 235, 178)
HSL
hsl(162, 83%, 55%)
OKLCH
oklch(0.838 0.165 166.5)
CMYK
cmyk(81%, 0%, 24%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.54:1

AA AAA

On Black Background

13.64: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#15E7A8
2#13CD95
3#11B483
4#0E9A70
5#0C805D
6#0A674B
7#074D38
8#053325
9#021A13

Tints

Lighter variations

1#42EDBA
2#57EFC2
3#6CF1C9
4#81F3D1
5#96F5D9
6#ABF7E0
7#C0F9E8
8#D5FBF0
9#EAFDF7

Tones

Muted variations

1#37E2AF
2#40D8AB
3#4ACFA7
4#53C5A3
5#5DBC9F
6#66B29B
7#70A998
8#799F94
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
#C2F9E9
Secondary backgroundsInput backgroundsDividers
300
94F5
#94F5D8
BordersInactive statesPlaceholder text
400
5CF0
#5CF0C3
Disabled statesSecondary iconsMuted text
500
2DEB
#2DEBB2
Primary brand colorCTAsActive elementsLinks
600
13CD
#13CD95
Hover statesFocus ringsPrimary buttons hover
700
0FA3
#0FA377
Active/pressed statesDark mode accentsSecondary text
800
0B75
#0B7555
Text on light backgroundsHeadingsStrong borders
900
074B
#074B36
Primary textHigh emphasis contentDark headings
950
042F
#042F22
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FEFA;
  --emerald-100: #DEFCF3;
  --emerald-200: #C2F9E9;
  --emerald-300: #94F5D8;
  --emerald-400: #5CF0C3;
  --emerald-500: #2DEBB2;
  --emerald-600: #13CD95;
  --emerald-700: #0FA377;
  --emerald-800: #0B7555;
  --emerald-900: #074B36;
  --emerald-950: #042F22;
}
Generate More ShadesCreate PaletteConvert Color