Emerald

#0BD58B

Green

Color Codes

All color formats for development

HEX
#0BD58B
RGB
rgb(11, 213, 139)
HSL
hsl(158, 90%, 44%)
OKLCH
oklch(0.77 0.175 159.3)
CMYK
cmyk(95%, 0%, 35%, 16%)

Accessibility

WCAG contrast compliance

On White Background

1.93:1

AA AAA

On Black Background

10.90: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#0AC07D
2#09AB6F
3#089561
4#078053
5#066B46
6#045538
7#03402A
8#022B1C
9#01150E

Tints

Lighter variations

1#0DF09D
2#26F4A8
3#41F5B3
4#5CF6BE
5#77F8C9
6#92F9D4
7#AEFBDE
8#C9FCE9
9#E4FEF4

Tones

Muted variations

1#15CB88
2#1FC186
3#2AB783
4#34AD80
5#3EA37E
6#48997B
7#528E78
8#5C8476
9#667A73

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEF9
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF1
Light backgroundsTable row hoverSkeleton loading
200
C0FC
#C0FCE6
Secondary backgroundsInput backgroundsDividers
300
90F9
#90F9D2
BordersInactive statesPlaceholder text
400
55F6
#55F6BB
Disabled statesSecondary iconsMuted text
500
25F4
#25F4A8
Primary brand colorCTAsActive elementsLinks
600
0BD5
#0BD58B
Hover statesFocus ringsPrimary buttons hover
700
09AA
#09AA6F
Active/pressed statesDark mode accentsSecondary text
800
0679
#06794F
Text on light backgroundsHeadingsStrong borders
900
044E
#044E33
Primary textHigh emphasis contentDark headings
950
0330
#033020
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F0FEF9;
  --emerald-100: #DDFDF1;
  --emerald-200: #C0FCE6;
  --emerald-300: #90F9D2;
  --emerald-400: #55F6BB;
  --emerald-500: #25F4A8;
  --emerald-600: #0BD58B;
  --emerald-700: #09AA6F;
  --emerald-800: #06794F;
  --emerald-900: #044E33;
  --emerald-950: #033020;
}
Generate More ShadesCreate PaletteConvert Color