Emerald

#0BD57E

Green

Color Codes

All color formats for development

HEX
#0BD57E
RGB
rgb(11, 213, 126)
HSL
hsl(154, 90%, 44%)
OKLCH
oklch(0.768 0.186 155.6)
CMYK
cmyk(95%, 0%, 41%, 16%)

Accessibility

WCAG contrast compliance

On White Background

1.94:1

AA AAA

On Black Background

10.83: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#0AC071
2#09AB65
3#089558
4#07804B
5#066B3F
6#045532
7#034026
8#022B19
9#01150D

Tints

Lighter variations

1#0DF08E
2#26F49A
3#41F5A7
4#5CF6B4
5#77F8C0
6#92F9CD
7#AEFBD9
8#C9FCE6
9#E4FEF2

Tones

Muted variations

1#15CB7C
2#1FC17B
3#2AB77A
4#34AD78
5#3EA377
6#489976
7#528E74
8#5C8473
9#667A72

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
#C0FCE2
Secondary backgroundsInput backgroundsDividers
300
90F9
#90F9CB
BordersInactive statesPlaceholder text
400
55F6
#55F6B0
Disabled statesSecondary iconsMuted text
500
25F4
#25F49A
Primary brand colorCTAsActive elementsLinks
600
0BD5
#0BD57E
Hover statesFocus ringsPrimary buttons hover
700
09AA
#09AA64
Active/pressed statesDark mode accentsSecondary text
800
0679
#067947
Text on light backgroundsHeadingsStrong borders
900
044E
#044E2E
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: #DDFDEF;
  --emerald-200: #C0FCE2;
  --emerald-300: #90F9CB;
  --emerald-400: #55F6B0;
  --emerald-500: #25F49A;
  --emerald-600: #0BD57E;
  --emerald-700: #09AA64;
  --emerald-800: #067947;
  --emerald-900: #044E2E;
  --emerald-950: #03301D;
}
Generate More ShadesCreate PaletteConvert Color