Emerald

#2DEB96

Green

Color Codes

All color formats for development

HEX
#2DEB96
RGB
rgb(45, 235, 150)
HSL
hsl(153, 83%, 55%)
OKLCH
oklch(0.832 0.187 157.4)
CMYK
cmyk(81%, 0%, 36%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.56:1

AA AAA

On Black Background

13.44: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#15E789
2#13CD7A
3#11B46A
4#0E9A5B
5#0C804C
6#0A673D
7#074D2E
8#05331E
9#021A0F

Tints

Lighter variations

1#42EDA0
2#57EFAB
3#6CF1B5
4#81F3C0
5#96F5CA
6#ABF7D5
7#C0F9DF
8#D5FBEA
9#EAFDF4

Tones

Muted variations

1#37E295
2#40D894
3#4ACF93
4#53C592
5#5DBC91
6#66B290
7#70A98F
8#799F8E
9#83968D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEF8
BackgroundsSubtle highlightsCard backgrounds
100
DEFC
#DEFCEF
Light backgroundsTable row hoverSkeleton loading
200
C2F9
#C2F9E1
Secondary backgroundsInput backgroundsDividers
300
94F5
#94F5C9
BordersInactive statesPlaceholder text
400
5CF0
#5CF0AD
Disabled statesSecondary iconsMuted text
500
2DEB
#2DEB96
Primary brand colorCTAsActive elementsLinks
600
13CD
#13CD7A
Hover statesFocus ringsPrimary buttons hover
700
0FA3
#0FA361
Active/pressed statesDark mode accentsSecondary text
800
0B75
#0B7545
Text on light backgroundsHeadingsStrong borders
900
074B
#074B2C
Primary textHigh emphasis contentDark headings
950
042F
#042F1C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FEF8;
  --emerald-100: #DEFCEF;
  --emerald-200: #C2F9E1;
  --emerald-300: #94F5C9;
  --emerald-400: #5CF0AD;
  --emerald-500: #2DEB96;
  --emerald-600: #13CD7A;
  --emerald-700: #0FA361;
  --emerald-800: #0B7545;
  --emerald-900: #074B2C;
  --emerald-950: #042F1C;
}
Generate More ShadesCreate PaletteConvert Color