Emerald

#0BD57A

Green

Color Codes

All color formats for development

HEX
#0BD57A
RGB
rgb(11, 213, 122)
HSL
hsl(153, 90%, 44%)
OKLCH
oklch(0.767 0.19 154.5)
CMYK
cmyk(95%, 0%, 43%, 16%)

Accessibility

WCAG contrast compliance

On White Background

1.94:1

AA AAA

On Black Background

10.81:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FE
100
#DDFD
200
#C0FC
300
#90F9
400
#55F6
500
#25F4
600
#0BD5
700
#09AA
800
#0679
900
#044E
950
#0330

Shades

Darker variations

1#0AC06E
2#09AB62
3#089556
4#078049
5#066B3D
6#045531
7#034025
8#022B18
9#01150C

Tints

Lighter variations

1#0DF08A
2#26F497
3#41F5A4
4#5CF6B1
5#77F8BE
6#92F9CB
7#AEFBD8
8#C9FCE5
9#E4FEF2

Tones

Muted variations

1#15CB79
2#1FC178
3#2AB777
4#34AD76
5#3EA375
6#489974
7#528E73
8#5C8472
9#667A71

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEF8
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDEF
Light backgroundsTable row hoverSkeleton loading
200
C0FC
#C0FCE1
Secondary backgroundsInput backgroundsDividers
300
90F9
#90F9CA
BordersInactive statesPlaceholder text
400
55F6
#55F6AE
Disabled statesSecondary iconsMuted text
500
25F4
#25F497
Primary brand colorCTAsActive elementsLinks
600
0BD5
#0BD57A
Hover statesFocus ringsPrimary buttons hover
700
09AA
#09AA61
Active/pressed statesDark mode accentsSecondary text
800
0679
#067945
Text on light backgroundsHeadingsStrong borders
900
044E
#044E2C
Primary textHigh emphasis contentDark headings
950
0330
#03301C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F0FEF8;
  --emerald-100: #DDFDEF;
  --emerald-200: #C0FCE1;
  --emerald-300: #90F9CA;
  --emerald-400: #55F6AE;
  --emerald-500: #25F497;
  --emerald-600: #0BD57A;
  --emerald-700: #09AA61;
  --emerald-800: #067945;
  --emerald-900: #044E2C;
  --emerald-950: #03301C;
}
Generate More ShadesCreate PaletteConvert Color