Emerald

#1EFAAA

Green

Color Codes

All color formats for development

HEX
#1EFAAA
RGB
rgb(30, 250, 170)
HSL
hsl(158, 96%, 55%)
OKLCH
oklch(0.871 0.191 160.7)
CMYK
cmyk(88%, 0%, 32%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.37:1

AA AAA

On Black Background

15.31: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#05F79F
2#04DC8D
3#04C07B
4#03A56A
5#038958
6#026E46
7#025235
8#013723
9#011B12

Tints

Lighter variations

1#35FBB2
2#4BFBBB
3#62FCC3
4#78FCCC
5#8FFDD4
6#A5FDDD
7#BCFEE5
8#D2FEEE
9#E9FFF6

Tones

Muted variations

1#29EFA7
2#34E4A4
3#3FD9A1
4#4ACE9E
5#55C39B
6#60B898
7#6BAD95
8#76A292
9#81978F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFF9
BackgroundsSubtle highlightsCard backgrounds
100
DCFE
#DCFEF2
Light backgroundsTable row hoverSkeleton loading
200
BEFE
#BEFEE6
Secondary backgroundsInput backgroundsDividers
300
8CFD
#8CFDD3
BordersInactive statesPlaceholder text
400
50FB
#50FBBD
Disabled statesSecondary iconsMuted text
500
1EFA
#1EFAAA
Primary brand colorCTAsActive elementsLinks
600
04DC
#04DC8D
Hover statesFocus ringsPrimary buttons hover
700
04AF
#04AF70
Active/pressed statesDark mode accentsSecondary text
800
037D
#037D50
Text on light backgroundsHeadingsStrong borders
900
0250
#025033
Primary textHigh emphasis contentDark headings
950
0132
#013220
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F0FFF9;
  --emerald-100: #DCFEF2;
  --emerald-200: #BEFEE6;
  --emerald-300: #8CFDD3;
  --emerald-400: #50FBBD;
  --emerald-500: #1EFAAA;
  --emerald-600: #04DC8D;
  --emerald-700: #04AF70;
  --emerald-800: #037D50;
  --emerald-900: #025033;
  --emerald-950: #013220;
}
Generate More ShadesCreate PaletteConvert Color