Emerald

#0BD581

Green

Color Codes

All color formats for development

HEX
#0BD581
RGB
rgb(11, 213, 129)
HSL
hsl(155, 90%, 44%)
OKLCH
oklch(0.768 0.184 156.3)
CMYK
cmyk(95%, 0%, 39%, 16%)

Accessibility

WCAG contrast compliance

On White Background

1.94:1

AA AAA

On Black Background

10.85: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#0AC074
2#09AB67
3#08955A
4#07804D
5#066B41
6#045534
7#034027
8#022B1A
9#01150D

Tints

Lighter variations

1#0DF091
2#26F49E
3#41F5AA
4#5CF6B6
5#77F8C2
6#92F9CE
7#AEFBDB
8#C9FCE7
9#E4FEF3

Tones

Muted variations

1#15CB7F
2#1FC17E
3#2AB77C
4#34AD7A
5#3EA379
6#489977
7#528E75
8#5C8474
9#667A72

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEF8
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF0
Light backgroundsTable row hoverSkeleton loading
200
C0FC
#C0FCE3
Secondary backgroundsInput backgroundsDividers
300
90F9
#90F9CD
BordersInactive statesPlaceholder text
400
55F6
#55F6B3
Disabled statesSecondary iconsMuted text
500
25F4
#25F49D
Primary brand colorCTAsActive elementsLinks
600
0BD5
#0BD581
Hover statesFocus ringsPrimary buttons hover
700
09AA
#09AA67
Active/pressed statesDark mode accentsSecondary text
800
0679
#067949
Text on light backgroundsHeadingsStrong borders
900
044E
#044E2F
Primary textHigh emphasis contentDark headings
950
0330
#03301D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F0FEF8;
  --emerald-100: #DDFDF0;
  --emerald-200: #C0FCE3;
  --emerald-300: #90F9CD;
  --emerald-400: #55F6B3;
  --emerald-500: #25F49D;
  --emerald-600: #0BD581;
  --emerald-700: #09AA67;
  --emerald-800: #067949;
  --emerald-900: #044E2F;
  --emerald-950: #03301D;
}
Generate More ShadesCreate PaletteConvert Color