Emerald

#03DD7F

Green

Color Codes

All color formats for development

HEX
#03DD7F
RGB
rgb(3, 221, 127)
HSL
hsl(154, 97%, 44%)
OKLCH
oklch(0.788 0.196 154.7)
CMYK
cmyk(99%, 0%, 43%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.80:1

AA AAA

On Black Background

11.65: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#03C772
2#03B165
3#029B59
4#02854C
5#026F3F
6#015833
7#014226
8#012C19
9#00160D

Tints

Lighter variations

1#04F98F
2#1EFC9C
3#3AFCA8
4#56FCB4
5#72FDC1
6#8EFDCD
7#ABFEDA
8#C7FEE6
9#E3FFF3

Tones

Muted variations

1#0ED27D
2#19C77C
3#24BC7A
4#2FB279
5#3AA777
6#459C76
7#509175
8#5A8673
9#657B72

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFF8
BackgroundsSubtle highlightsCard backgrounds
100
DCFE
#DCFEEF
Light backgroundsTable row hoverSkeleton loading
200
BEFE
#BEFEE2
Secondary backgroundsInput backgroundsDividers
300
8BFD
#8BFDCC
BordersInactive statesPlaceholder text
400
4FFC
#4FFCB1
Disabled statesSecondary iconsMuted text
500
1DFC
#1DFC9B
Primary brand colorCTAsActive elementsLinks
600
03DD
#03DD7F
Hover statesFocus ringsPrimary buttons hover
700
03B0
#03B065
Active/pressed statesDark mode accentsSecondary text
800
027E
#027E48
Text on light backgroundsHeadingsStrong borders
900
0150
#01502E
Primary textHigh emphasis contentDark headings
950
0132
#01321D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F0FFF8;
  --emerald-100: #DCFEEF;
  --emerald-200: #BEFEE2;
  --emerald-300: #8BFDCC;
  --emerald-400: #4FFCB1;
  --emerald-500: #1DFC9B;
  --emerald-600: #03DD7F;
  --emerald-700: #03B065;
  --emerald-800: #027E48;
  --emerald-900: #01502E;
  --emerald-950: #01321D;
}
Generate More ShadesCreate PaletteConvert Color