Emerald

#1AFFA7

Green

Color Codes

All color formats for development

HEX
#1AFFA7
RGB
rgb(26, 255, 167)
HSL
hsl(157, 100%, 55%)
OKLCH
oklch(0.883 0.2 159)
CMYK
cmyk(90%, 0%, 35%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.32:1

AA AAA

On Black Background

15.91: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#00FC9C
2#00E08A
3#00C479
4#00A868
5#008C56
6#007045
7#005434
8#003823
9#001C11

Tints

Lighter variations

1#30FFB0
2#47FFB9
3#5EFFC1
4#75FFCA
5#8CFFD3
6#A3FFDC
7#BAFFE5
8#D1FFED
9#E8FFF6

Tones

Muted variations

1#25F4A4
2#30E8A2
3#3CDD9F
4#47D19C
5#53C69A
6#5EBA97
7#6AAF94
8#75A392
9#81988F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFF9
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFF1
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFE6
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFD2
BordersInactive statesPlaceholder text
400
4DFF
#4DFFBB
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFFA7
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E08A
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B36E
Active/pressed statesDark mode accentsSecondary text
800
0080
#00804F
Text on light backgroundsHeadingsStrong borders
900
0052
#005232
Primary textHigh emphasis contentDark headings
950
0033
#00331F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F0FFF9;
  --emerald-100: #DBFFF1;
  --emerald-200: #BDFFE6;
  --emerald-300: #8AFFD2;
  --emerald-400: #4DFFBB;
  --emerald-500: #1AFFA7;
  --emerald-600: #00E08A;
  --emerald-700: #00B36E;
  --emerald-800: #00804F;
  --emerald-900: #005232;
  --emerald-950: #00331F;
}
Generate More ShadesCreate PaletteConvert Color