Emerald

#0DD381

Green

Color Codes

All color formats for development

HEX
#0DD381
RGB
rgb(13, 211, 129)
HSL
hsl(155, 88%, 44%)
OKLCH
oklch(0.763 0.181 156.7)
CMYK
cmyk(94%, 0%, 39%, 17%)

Accessibility

WCAG contrast compliance

On White Background

1.97:1

AA AAA

On Black Background

10.65: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#0CBE74
2#0BA967
3#09945A
4#087F4D
5#076940
6#055433
7#043F27
8#032A1A
9#01150D

Tints

Lighter variations

1#0FEE91
2#28F19E
3#43F3AA
4#5EF5B6
5#79F6C2
6#94F8CE
7#AEFADA
8#C9FCE7
9#E4FDF3

Tones

Muted variations

1#17C97F
2#21BF7D
3#2BB57C
4#35AB7A
5#3FA278
6#499877
7#538E75
8#5C8473
9#667A72

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEF8
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF0
Light backgroundsTable row hoverSkeleton loading
200
C1FB
#C1FBE3
Secondary backgroundsInput backgroundsDividers
300
91F8
#91F8CD
BordersInactive statesPlaceholder text
400
57F4
#57F4B3
Disabled statesSecondary iconsMuted text
500
27F1
#27F19D
Primary brand colorCTAsActive elementsLinks
600
0DD3
#0DD381
Hover statesFocus ringsPrimary buttons hover
700
0BA8
#0BA866
Active/pressed statesDark mode accentsSecondary text
800
0878
#087849
Text on light backgroundsHeadingsStrong borders
900
054D
#054D2F
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: #F1FEF8;
  --emerald-100: #DDFDF0;
  --emerald-200: #C1FBE3;
  --emerald-300: #91F8CD;
  --emerald-400: #57F4B3;
  --emerald-500: #27F19D;
  --emerald-600: #0DD381;
  --emerald-700: #0BA866;
  --emerald-800: #087849;
  --emerald-900: #054D2F;
  --emerald-950: #03301D;
}
Generate More ShadesCreate PaletteConvert Color