Emerald

#30E89C

Green

Color Codes

All color formats for development

HEX
#30E89C
RGB
rgb(48, 232, 156)
HSL
hsl(155, 80%, 55%)
OKLCH
oklch(0.826 0.178 159.5)
CMYK
cmyk(79%, 0%, 33%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.60:1

AA AAA

On Black Background

13.15: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#19E38F
2#16CA7F
3#14B16F
4#11975F
5#0E7E4F
6#0B6540
7#084C30
8#063220
9#031910

Tints

Lighter variations

1#45EAA5
2#5AEDAF
3#6EEFB9
4#83F1C3
5#98F4CD
6#ACF6D7
7#C1F8E1
8#D6FAEB
9#EAFDF5

Tones

Muted variations

1#3ADF9A
2#43D698
3#4CCD97
4#55C395
5#5EBA94
6#68B192
7#71A891
8#7A9F8F
9#83958E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF8
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF0
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8E2
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3CC
BordersInactive statesPlaceholder text
400
5EED
#5EEDB2
Disabled statesSecondary iconsMuted text
500
30E8
#30E89C
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA7F
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A165
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D7348
Text on light backgroundsHeadingsStrong borders
900
0849
#08492E
Primary textHigh emphasis contentDark headings
950
052E
#052E1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF8;
  --emerald-100: #DFFBF0;
  --emerald-200: #C3F8E2;
  --emerald-300: #95F3CC;
  --emerald-400: #5EEDB2;
  --emerald-500: #30E89C;
  --emerald-600: #16CA7F;
  --emerald-700: #12A165;
  --emerald-800: #0D7348;
  --emerald-900: #08492E;
  --emerald-950: #052E1D;
}
Generate More ShadesCreate PaletteConvert Color