Emerald

#0DD384

Green

Color Codes

All color formats for development

HEX
#0DD384
RGB
rgb(13, 211, 132)
HSL
hsl(156, 88%, 44%)
OKLCH
oklch(0.764 0.179 157.5)
CMYK
cmyk(94%, 0%, 37%, 17%)

Accessibility

WCAG contrast compliance

On White Background

1.97:1

AA AAA

On Black Background

10.67:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DDFD
200
#C1FB
300
#91F8
400
#57F4
500
#27F1
600
#0DD3
700
#0BA8
800
#0878
900
#054D
950
#0330

Shades

Darker variations

1#0CBE77
2#0BA96A
3#09945C
4#087F4F
5#076942
6#055435
7#043F28
8#032A1A
9#01150D

Tints

Lighter variations

1#0FEE95
2#28F1A1
3#43F3AD
4#5EF5B8
5#79F6C4
6#94F8D0
7#AEFADC
8#C9FCE7
9#E4FDF3

Tones

Muted variations

1#17C982
2#21BF80
3#2BB57E
4#35AB7C
5#3FA27A
6#499878
7#538E76
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
C1FB
#C1FBE4
Secondary backgroundsInput backgroundsDividers
300
91F8
#91F8CF
BordersInactive statesPlaceholder text
400
57F4
#57F4B5
Disabled statesSecondary iconsMuted text
500
27F1
#27F1A0
Primary brand colorCTAsActive elementsLinks
600
0DD3
#0DD384
Hover statesFocus ringsPrimary buttons hover
700
0BA8
#0BA869
Active/pressed statesDark mode accentsSecondary text
800
0878
#08784B
Text on light backgroundsHeadingsStrong borders
900
054D
#054D30
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: #C1FBE4;
  --emerald-300: #91F8CF;
  --emerald-400: #57F4B5;
  --emerald-500: #27F1A0;
  --emerald-600: #0DD384;
  --emerald-700: #0BA869;
  --emerald-800: #08784B;
  --emerald-900: #054D30;
  --emerald-950: #03301E;
}
Generate More ShadesCreate PaletteConvert Color