Emerald

#03DD8A

Green

Color Codes

All color formats for development

HEX
#03DD8A
RGB
rgb(3, 221, 138)
HSL
hsl(157, 97%, 44%)
OKLCH
oklch(0.79 0.186 157.5)
CMYK
cmyk(99%, 0%, 38%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.79:1

AA AAA

On Black Background

11.71: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#03C77C
2#03B16E
3#029B60
4#028553
5#026F45
6#015837
7#014229
8#012C1C
9#00160E

Tints

Lighter variations

1#04F99B
2#1EFCA7
3#3AFCB2
4#56FCBD
5#72FDC8
6#8EFDD3
7#ABFEDE
8#C7FEE9
9#E3FFF4

Tones

Muted variations

1#0ED287
2#19C785
3#24BC82
4#2FB27F
5#3AA77D
6#459C7A
7#509178
8#5A8675
9#657B73

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFF9
BackgroundsSubtle highlightsCard backgrounds
100
DCFE
#DCFEF1
Light backgroundsTable row hoverSkeleton loading
200
BEFE
#BEFEE5
Secondary backgroundsInput backgroundsDividers
300
8BFD
#8BFDD2
BordersInactive statesPlaceholder text
400
4FFC
#4FFCBA
Disabled statesSecondary iconsMuted text
500
1DFC
#1DFCA6
Primary brand colorCTAsActive elementsLinks
600
03DD
#03DD8A
Hover statesFocus ringsPrimary buttons hover
700
03B0
#03B06D
Active/pressed statesDark mode accentsSecondary text
800
027E
#027E4E
Text on light backgroundsHeadingsStrong borders
900
0150
#015032
Primary textHigh emphasis contentDark headings
950
0132
#01321F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F0FFF9;
  --emerald-100: #DCFEF1;
  --emerald-200: #BEFEE5;
  --emerald-300: #8BFDD2;
  --emerald-400: #4FFCBA;
  --emerald-500: #1DFCA6;
  --emerald-600: #03DD8A;
  --emerald-700: #03B06D;
  --emerald-800: #027E4E;
  --emerald-900: #015032;
  --emerald-950: #01321F;
}
Generate More ShadesCreate PaletteConvert Color