Emerald

#0BD577

Green

Color Codes

All color formats for development

HEX
#0BD577
RGB
rgb(11, 213, 119)
HSL
hsl(152, 90%, 44%)
OKLCH
oklch(0.767 0.192 153.8)
CMYK
cmyk(95%, 0%, 44%, 16%)

Accessibility

WCAG contrast compliance

On White Background

1.94:1

AA AAA

On Black Background

10.80: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#0AC06B
2#09AB5F
3#089553
4#078047
5#066B3B
6#045530
7#034024
8#022B18
9#01150C

Tints

Lighter variations

1#0DF086
2#26F494
3#41F5A1
4#5CF6AE
5#77F8BC
6#92F9C9
7#AEFBD7
8#C9FCE4
9#E4FEF2

Tones

Muted variations

1#15CB76
2#1FC176
3#2AB775
4#34AD74
5#3EA374
6#489973
7#528E72
8#5C8472
9#667A71

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEF8
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDEE
Light backgroundsTable row hoverSkeleton loading
200
C0FC
#C0FCE0
Secondary backgroundsInput backgroundsDividers
300
90F9
#90F9C8
BordersInactive statesPlaceholder text
400
55F6
#55F6AB
Disabled statesSecondary iconsMuted text
500
25F4
#25F493
Primary brand colorCTAsActive elementsLinks
600
0BD5
#0BD577
Hover statesFocus ringsPrimary buttons hover
700
09AA
#09AA5F
Active/pressed statesDark mode accentsSecondary text
800
0679
#067944
Text on light backgroundsHeadingsStrong borders
900
044E
#044E2B
Primary textHigh emphasis contentDark headings
950
0330
#03301B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F0FEF8;
  --emerald-100: #DDFDEE;
  --emerald-200: #C0FCE0;
  --emerald-300: #90F9C8;
  --emerald-400: #55F6AB;
  --emerald-500: #25F493;
  --emerald-600: #0BD577;
  --emerald-700: #09AA5F;
  --emerald-800: #067944;
  --emerald-900: #044E2B;
  --emerald-950: #03301B;
}
Generate More ShadesCreate PaletteConvert Color