Emerald

#0CD484

Green

Color Codes

All color formats for development

HEX
#0CD484
RGB
rgb(12, 212, 132)
HSL
hsl(156, 89%, 44%)
OKLCH
oklch(0.766 0.18 157.3)
CMYK
cmyk(94%, 0%, 38%, 17%)

Accessibility

WCAG contrast compliance

On White Background

1.95:1

AA AAA

On Black Background

10.77: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#0BBF77
2#0AAA6A
3#09945D
4#077F4F
5#066A42
6#055535
7#044028
8#022A1A
9#01150D

Tints

Lighter variations

1#0EEF95
2#27F2A1
3#42F4AD
4#5DF6B9
5#78F7C4
6#93F9D0
7#AEFADC
8#C9FCE8
9#E4FDF3

Tones

Muted variations

1#16CA82
2#20C080
3#2AB67E
4#34AC7C
5#3EA27A
6#489878
7#528E76
8#5C8474
9#667A72

Usage Guidelines

Recommended use cases for each shade level

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

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FEF9;
  --emerald-100: #DDFDF0;
  --emerald-200: #C0FBE4;
  --emerald-300: #90F9CF;
  --emerald-400: #56F5B6;
  --emerald-500: #26F2A1;
  --emerald-600: #0CD484;
  --emerald-700: #0AA969;
  --emerald-800: #07784B;
  --emerald-900: #044D30;
  --emerald-950: #03301E;
}
Generate More ShadesCreate PaletteConvert Color