Emerald

#30E8A8

Green

Color Codes

All color formats for development

HEX
#30E8A8
RGB
rgb(48, 232, 168)
HSL
hsl(159, 80%, 55%)
OKLCH
oklch(0.828 0.168 163.5)
CMYK
cmyk(79%, 0%, 28%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.59:1

AA AAA

On Black Background

13.23:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C3F8
300
#95F3
400
#5EED
500
#30E8
600
#16CA
700
#12A1
800
#0D73
900
#0849
950
#052E

Shades

Darker variations

1#19E39D
2#16CA8B
3#14B17A
4#119768
5#0E7E57
6#0B6546
7#084C34
8#063223
9#031911

Tints

Lighter variations

1#45EAB1
2#5AEDB9
3#6EEFC2
4#83F1CB
5#98F4D3
6#ACF6DC
7#C1F8E5
8#D6FAEE
9#EAFDF6

Tones

Muted variations

1#3ADFA5
2#43D6A2
3#4CCDA0
4#55C39D
5#5EBA9A
6#68B197
7#71A895
8#7A9F92
9#83958F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF9
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF1
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8E6
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3D2
BordersInactive statesPlaceholder text
400
5EED
#5EEDBB
Disabled statesSecondary iconsMuted text
500
30E8
#30E8A8
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA8B
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A16F
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D734F
Text on light backgroundsHeadingsStrong borders
900
0849
#084933
Primary textHigh emphasis contentDark headings
950
052E
#052E20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF9;
  --emerald-100: #DFFBF1;
  --emerald-200: #C3F8E6;
  --emerald-300: #95F3D2;
  --emerald-400: #5EEDBB;
  --emerald-500: #30E8A8;
  --emerald-600: #16CA8B;
  --emerald-700: #12A16F;
  --emerald-800: #0D734F;
  --emerald-900: #084933;
  --emerald-950: #052E20;
}
Generate More ShadesCreate PaletteConvert Color