Emerald

#1FF99E

Green

Color Codes

All color formats for development

HEX
#1FF99E
RGB
rgb(31, 249, 158)
HSL
hsl(155, 95%, 55%)
OKLCH
oklch(0.867 0.2 157.6)
CMYK
cmyk(88%, 0%, 37%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.39:1

AA AAA

On Black Background

15.10:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DCFE
200
#BEFD
300
#8DFC
400
#51FB
500
#1FF9
600
#06DB
700
#04AE
800
#037C
900
#0250
950
#0132

Shades

Darker variations

1#06F692
2#06DB82
3#05BF72
4#04A461
5#048951
6#036D41
7#025231
8#013720
9#011B10

Tints

Lighter variations

1#36FAA8
2#4CFAB2
3#62FBBB
4#79FCC5
5#8FFCCF
6#A5FDD8
7#BCFDE2
8#D2FEEC
9#E9FEF5

Tones

Muted variations

1#2AEE9D
2#35E39B
3#40D999
4#4BCE97
5#56C395
6#61B894
7#6CAD92
8#76A290
9#81978E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFF9
BackgroundsSubtle highlightsCard backgrounds
100
DCFE
#DCFEF0
Light backgroundsTable row hoverSkeleton loading
200
BEFD
#BEFDE3
Secondary backgroundsInput backgroundsDividers
300
8DFC
#8DFCCE
BordersInactive statesPlaceholder text
400
51FB
#51FBB4
Disabled statesSecondary iconsMuted text
500
1FF9
#1FF99E
Primary brand colorCTAsActive elementsLinks
600
06DB
#06DB82
Hover statesFocus ringsPrimary buttons hover
700
04AE
#04AE67
Active/pressed statesDark mode accentsSecondary text
800
037C
#037C4A
Text on light backgroundsHeadingsStrong borders
900
0250
#02502F
Primary textHigh emphasis contentDark headings
950
0132
#01321E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F0FFF9;
  --emerald-100: #DCFEF0;
  --emerald-200: #BEFDE3;
  --emerald-300: #8DFCCE;
  --emerald-400: #51FBB4;
  --emerald-500: #1FF99E;
  --emerald-600: #06DB82;
  --emerald-700: #04AE67;
  --emerald-800: #037C4A;
  --emerald-900: #02502F;
  --emerald-950: #01321E;
}
Generate More ShadesCreate PaletteConvert Color