Emerald

#2BEEA3

Green

Color Codes

All color formats for development

HEX
#2BEEA3
RGB
rgb(43, 238, 163)
HSL
hsl(157, 85%, 55%)
OKLCH
oklch(0.842 0.18 160.6)
CMYK
cmyk(82%, 0%, 32%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.51:1

AA AAA

On Black Background

13.86:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DEFC
200
#C2FA
300
#92F6
400
#5AF2
500
#2BEE
600
#11D0
700
#0DA5
800
#0A76
900
#064B
950
#042F

Shades

Darker variations

1#13EA97
2#11D086
3#0FB676
4#0D9C65
5#0B8254
6#086843
7#064E32
8#043422
9#021A11

Tints

Lighter variations

1#40F0AC
2#55F1B5
3#6AF3BF
4#80F5C8
5#95F6D1
6#AAF8DA
7#BFFAE3
8#D5FCED
9#EAFDF6

Tones

Muted variations

1#34E4A1
2#3EDA9E
3#48D19C
4#52C79A
5#5BBD98
6#65B395
7#6FAA93
8#79A091
9#82968F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEF9
BackgroundsSubtle highlightsCard backgrounds
100
DEFC
#DEFCF1
Light backgroundsTable row hoverSkeleton loading
200
C2FA
#C2FAE4
Secondary backgroundsInput backgroundsDividers
300
92F6
#92F6D0
BordersInactive statesPlaceholder text
400
5AF2
#5AF2B7
Disabled statesSecondary iconsMuted text
500
2BEE
#2BEEA3
Primary brand colorCTAsActive elementsLinks
600
11D0
#11D086
Hover statesFocus ringsPrimary buttons hover
700
0DA5
#0DA56B
Active/pressed statesDark mode accentsSecondary text
800
0A76
#0A764C
Text on light backgroundsHeadingsStrong borders
900
064B
#064B31
Primary textHigh emphasis contentDark headings
950
042F
#042F1F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FEF9;
  --emerald-100: #DEFCF1;
  --emerald-200: #C2FAE4;
  --emerald-300: #92F6D0;
  --emerald-400: #5AF2B7;
  --emerald-500: #2BEEA3;
  --emerald-600: #11D086;
  --emerald-700: #0DA56B;
  --emerald-800: #0A764C;
  --emerald-900: #064B31;
  --emerald-950: #042F1F;
}
Generate More ShadesCreate PaletteConvert Color