Emerald

#1EFA90

Green

Color Codes

All color formats for development

HEX
#1EFA90
RGB
rgb(30, 250, 144)
HSL
hsl(151, 96%, 55%)
OKLCH
oklch(0.867 0.213 154.2)
CMYK
cmyk(88%, 0%, 42%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.39:1

AA AAA

On Black Background

15.13:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DCFE
200
#BEFE
300
#8CFD
400
#50FB
500
#1EFA
600
#04DC
700
#04AF
800
#037D
900
#0250
950
#0132

Shades

Darker variations

1#05F782
2#04DC74
3#04C065
4#03A557
5#038948
6#026E3A
7#02522B
8#01371D
9#011B0E

Tints

Lighter variations

1#35FB9B
2#4BFBA6
3#62FCB1
4#78FCBC
5#8FFDC7
6#A5FDD3
7#BCFEDE
8#D2FEE9
9#E9FFF4

Tones

Muted variations

1#29EF90
2#34E48F
3#3FD98F
4#4ACE8E
5#55C38E
6#60B88E
7#6BAD8D
8#76A28D
9#81978D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFF8
BackgroundsSubtle highlightsCard backgrounds
100
DCFE
#DCFEEE
Light backgroundsTable row hoverSkeleton loading
200
BEFE
#BEFEDF
Secondary backgroundsInput backgroundsDividers
300
8CFD
#8CFDC6
BordersInactive statesPlaceholder text
400
50FB
#50FBA9
Disabled statesSecondary iconsMuted text
500
1EFA
#1EFA90
Primary brand colorCTAsActive elementsLinks
600
04DC
#04DC74
Hover statesFocus ringsPrimary buttons hover
700
04AF
#04AF5C
Active/pressed statesDark mode accentsSecondary text
800
037D
#037D42
Text on light backgroundsHeadingsStrong borders
900
0250
#02502A
Primary textHigh emphasis contentDark headings
950
0132
#01321A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F0FFF8;
  --emerald-100: #DCFEEE;
  --emerald-200: #BEFEDF;
  --emerald-300: #8CFDC6;
  --emerald-400: #50FBA9;
  --emerald-500: #1EFA90;
  --emerald-600: #04DC74;
  --emerald-700: #04AF5C;
  --emerald-800: #037D42;
  --emerald-900: #02502A;
  --emerald-950: #01321A;
}
Generate More ShadesCreate PaletteConvert Color