Emerald

#4DFFAF

Green

Color Codes

All color formats for development

HEX
#4DFFAF
RGB
rgb(77, 255, 175)
HSL
hsl(153, 100%, 65%)
OKLCH
oklch(0.892 0.182 159.2)
CMYK
cmyk(70%, 0%, 31%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.29:1

AA AAA

On Black Background

16.24:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DBFF
200
#BDFF
300
#8AFF
400
#4DFF
500
#1AFF
600
#00E0
700
#00B3
800
#0080
900
#0052
950
#0033

Shades

Darker variations

1#2BFFA0
2#0AFF91
3#00E880
4#00C76D
5#00A65B
6#008549
7#006337
8#004224
9#002112

Tints

Lighter variations

1#5EFFB7
2#70FFBF
3#82FFC7
4#94FFCF
5#A6FFD7
6#B8FFDF
7#C9FFE7
8#DBFFEF
9#EDFFF7

Tones

Muted variations

1#55F6AE
2#5EEDAD
3#67E4AC
4#70DBAB
5#79D2AA
6#82C9A9
7#8BC1A8
8#94B8A8
9#9DAFA7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFF8
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFEF
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFE1
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFCA
BordersInactive statesPlaceholder text
400
4DFF
#4DFFAF
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFF98
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E07B
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B362
Active/pressed statesDark mode accentsSecondary text
800
0080
#008046
Text on light backgroundsHeadingsStrong borders
900
0052
#00522D
Primary textHigh emphasis contentDark headings
950
0033
#00331C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F0FFF8;
  --emerald-100: #DBFFEF;
  --emerald-200: #BDFFE1;
  --emerald-300: #8AFFCA;
  --emerald-400: #4DFFAF;
  --emerald-500: #1AFF98;
  --emerald-600: #00E07B;
  --emerald-700: #00B362;
  --emerald-800: #008046;
  --emerald-900: #00522D;
  --emerald-950: #00331C;
}
Generate More ShadesCreate PaletteConvert Color