Emerald

#0BD59C

Green

Color Codes

All color formats for development

HEX
#0BD59C
RGB
rgb(11, 213, 156)
HSL
hsl(163, 90%, 44%)
OKLCH
oklch(0.774 0.161 165.2)
CMYK
cmyk(95%, 0%, 27%, 16%)

Accessibility

WCAG contrast compliance

On White Background

1.91:1

AA AAA

On Black Background

11.01: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#0AC08C
2#09AB7D
3#08956D
4#07805E
5#066B4E
6#04553E
7#03402F
8#022B1F
9#011510

Tints

Lighter variations

1#0DF0B0
2#26F4B9
3#41F5C2
4#5CF6CB
5#77F8D3
6#92F9DC
7#AEFBE5
8#C9FCEE
9#E4FEF6

Tones

Muted variations

1#15CB98
2#1FC193
3#2AB78F
4#34AD8A
5#3EA386
6#489982
7#528E7D
8#5C8479
9#667A75

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFA
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF4
Light backgroundsTable row hoverSkeleton loading
200
C0FC
#C0FCEB
Secondary backgroundsInput backgroundsDividers
300
90F9
#90F9DB
BordersInactive statesPlaceholder text
400
55F6
#55F6C9
Disabled statesSecondary iconsMuted text
500
25F4
#25F4B9
Primary brand colorCTAsActive elementsLinks
600
0BD5
#0BD59C
Hover statesFocus ringsPrimary buttons hover
700
09AA
#09AA7C
Active/pressed statesDark mode accentsSecondary text
800
0679
#067959
Text on light backgroundsHeadingsStrong borders
900
044E
#044E39
Primary textHigh emphasis contentDark headings
950
0330
#033023
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F0FEFA;
  --emerald-100: #DDFDF4;
  --emerald-200: #C0FCEB;
  --emerald-300: #90F9DB;
  --emerald-400: #55F6C9;
  --emerald-500: #25F4B9;
  --emerald-600: #0BD59C;
  --emerald-700: #09AA7C;
  --emerald-800: #067959;
  --emerald-900: #044E39;
  --emerald-950: #033023;
}
Generate More ShadesCreate PaletteConvert Color