Emerald

#2DEBB6

Green

Color Codes

All color formats for development

HEX
#2DEBB6
RGB
rgb(45, 235, 182)
HSL
hsl(163, 83%, 55%)
OKLCH
oklch(0.839 0.162 168.1)
CMYK
cmyk(81%, 0%, 23%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.54:1

AA AAA

On Black Background

13.67: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#15E7AC
2#13CD99
3#11B485
4#0E9A72
5#0C805F
6#0A674C
7#074D39
8#053326
9#021A13

Tints

Lighter variations

1#42EDBD
2#57EFC4
3#6CF1CC
4#81F3D3
5#96F5DA
6#ABF7E2
7#C0F9E9
8#D5FBF0
9#EAFDF8

Tones

Muted variations

1#37E2B1
2#40D8AD
3#4ACFA9
4#53C5A5
5#5DBCA1
6#66B29D
7#70A999
8#799F95
9#839690

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFA
BackgroundsSubtle highlightsCard backgrounds
100
DEFC
#DEFCF4
Light backgroundsTable row hoverSkeleton loading
200
C2F9
#C2F9EA
Secondary backgroundsInput backgroundsDividers
300
94F5
#94F5D9
BordersInactive statesPlaceholder text
400
5CF0
#5CF0C6
Disabled statesSecondary iconsMuted text
500
2DEB
#2DEBB6
Primary brand colorCTAsActive elementsLinks
600
13CD
#13CD99
Hover statesFocus ringsPrimary buttons hover
700
0FA3
#0FA379
Active/pressed statesDark mode accentsSecondary text
800
0B75
#0B7557
Text on light backgroundsHeadingsStrong borders
900
074B
#074B37
Primary textHigh emphasis contentDark headings
950
042F
#042F23
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FEFA;
  --emerald-100: #DEFCF4;
  --emerald-200: #C2F9EA;
  --emerald-300: #94F5D9;
  --emerald-400: #5CF0C6;
  --emerald-500: #2DEBB6;
  --emerald-600: #13CD99;
  --emerald-700: #0FA379;
  --emerald-800: #0B7557;
  --emerald-900: #074B37;
  --emerald-950: #042F23;
}
Generate More ShadesCreate PaletteConvert Color