Emerald

#03DD9C

Green

Color Codes

All color formats for development

HEX
#03DD9C
RGB
rgb(3, 221, 156)
HSL
hsl(162, 97%, 44%)
OKLCH
oklch(0.794 0.171 163.2)
CMYK
cmyk(99%, 0%, 29%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.78:1

AA AAA

On Black Background

11.83:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DCFE
200
#BEFE
300
#8BFD
400
#4FFC
500
#1DFC
600
#03DD
700
#03B0
800
#027E
900
#0150
950
#0132

Shades

Darker variations

1#03C78C
2#03B17D
3#029B6D
4#02855D
5#026F4E
6#01583E
7#01422F
8#012C1F
9#001610

Tints

Lighter variations

1#04F9B0
2#1EFCB9
3#3AFCC2
4#56FCCB
5#72FDD3
6#8EFDDC
7#ABFEE5
8#C7FEEE
9#E3FFF6

Tones

Muted variations

1#0ED297
2#19C793
3#24BC8F
4#2FB28A
5#3AA786
6#459C82
7#50917D
8#5A8679
9#657B75

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFA
BackgroundsSubtle highlightsCard backgrounds
100
DCFE
#DCFEF4
Light backgroundsTable row hoverSkeleton loading
200
BEFE
#BEFEEB
Secondary backgroundsInput backgroundsDividers
300
8BFD
#8BFDDB
BordersInactive statesPlaceholder text
400
4FFC
#4FFCC8
Disabled statesSecondary iconsMuted text
500
1DFC
#1DFCB9
Primary brand colorCTAsActive elementsLinks
600
03DD
#03DD9C
Hover statesFocus ringsPrimary buttons hover
700
03B0
#03B07C
Active/pressed statesDark mode accentsSecondary text
800
027E
#027E58
Text on light backgroundsHeadingsStrong borders
900
0150
#015039
Primary textHigh emphasis contentDark headings
950
0132
#013223
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F0FFFA;
  --emerald-100: #DCFEF4;
  --emerald-200: #BEFEEB;
  --emerald-300: #8BFDDB;
  --emerald-400: #4FFCC8;
  --emerald-500: #1DFCB9;
  --emerald-600: #03DD9C;
  --emerald-700: #03B07C;
  --emerald-800: #027E58;
  --emerald-900: #015039;
  --emerald-950: #013223;
}
Generate More ShadesCreate PaletteConvert Color