Emerald

#0DD394

Green

Color Codes

All color formats for development

HEX
#0DD394
RGB
rgb(13, 211, 148)
HSL
hsl(161, 88%, 44%)
OKLCH
oklch(0.767 0.165 162.7)
CMYK
cmyk(94%, 0%, 30%, 17%)

Accessibility

WCAG contrast compliance

On White Background

1.95:1

AA AAA

On Black Background

10.76: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#0CBE86
2#0BA977
3#099468
4#087F59
5#07694A
6#05543B
7#043F2D
8#032A1E
9#01150F

Tints

Lighter variations

1#0FEEA7
2#28F1B2
3#43F3BB
4#5EF5C5
5#79F6CF
6#94F8D8
7#AEFAE2
8#C9FCEC
9#E4FDF5

Tones

Muted variations

1#17C991
2#21BF8D
3#2BB58A
4#35AB86
5#3FA282
6#49987F
7#538E7B
8#5C8477
9#667A74

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFA
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF3
Light backgroundsTable row hoverSkeleton loading
200
C1FB
#C1FBE9
Secondary backgroundsInput backgroundsDividers
300
91F8
#91F8D7
BordersInactive statesPlaceholder text
400
57F4
#57F4C3
Disabled statesSecondary iconsMuted text
500
27F1
#27F1B1
Primary brand colorCTAsActive elementsLinks
600
0DD3
#0DD394
Hover statesFocus ringsPrimary buttons hover
700
0BA8
#0BA876
Active/pressed statesDark mode accentsSecondary text
800
0878
#087854
Text on light backgroundsHeadingsStrong borders
900
054D
#054D36
Primary textHigh emphasis contentDark headings
950
0330
#033022
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FEFA;
  --emerald-100: #DDFDF3;
  --emerald-200: #C1FBE9;
  --emerald-300: #91F8D7;
  --emerald-400: #57F4C3;
  --emerald-500: #27F1B1;
  --emerald-600: #0DD394;
  --emerald-700: #0BA876;
  --emerald-800: #087854;
  --emerald-900: #054D36;
  --emerald-950: #033022;
}
Generate More ShadesCreate PaletteConvert Color