Emerald

#0CD488

Green

Color Codes

All color formats for development

HEX
#0CD488
RGB
rgb(12, 212, 136)
HSL
hsl(157, 89%, 44%)
OKLCH
oklch(0.767 0.176 158.5)
CMYK
cmyk(94%, 0%, 36%, 17%)

Accessibility

WCAG contrast compliance

On White Background

1.95:1

AA AAA

On Black Background

10.79:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DDFD
200
#C0FB
300
#90F9
400
#56F5
500
#26F2
600
#0CD4
700
#0AA9
800
#0778
900
#044D
950
#0330

Shades

Darker variations

1#0BBF7A
2#0AAA6C
3#09945F
4#077F51
5#066A44
6#055536
7#044029
8#022A1B
9#01150E

Tints

Lighter variations

1#0EEF99
2#27F2A4
3#42F4B0
4#5DF6BB
5#78F7C6
6#93F9D2
7#AEFADD
8#C9FCE8
9#E4FDF4

Tones

Muted variations

1#16CA85
2#20C083
3#2AB681
4#34AC7E
5#3EA27C
6#48987A
7#528E77
8#5C8475
9#667A73

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEF9
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF1
Light backgroundsTable row hoverSkeleton loading
200
C0FB
#C0FBE5
Secondary backgroundsInput backgroundsDividers
300
90F9
#90F9D1
BordersInactive statesPlaceholder text
400
56F5
#56F5B8
Disabled statesSecondary iconsMuted text
500
26F2
#26F2A4
Primary brand colorCTAsActive elementsLinks
600
0CD4
#0CD488
Hover statesFocus ringsPrimary buttons hover
700
0AA9
#0AA96C
Active/pressed statesDark mode accentsSecondary text
800
0778
#07784D
Text on light backgroundsHeadingsStrong borders
900
044D
#044D31
Primary textHigh emphasis contentDark headings
950
0330
#03301F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FEF9;
  --emerald-100: #DDFDF1;
  --emerald-200: #C0FBE5;
  --emerald-300: #90F9D1;
  --emerald-400: #56F5B8;
  --emerald-500: #26F2A4;
  --emerald-600: #0CD488;
  --emerald-700: #0AA96C;
  --emerald-800: #07784D;
  --emerald-900: #044D31;
  --emerald-950: #03301F;
}
Generate More ShadesCreate PaletteConvert Color