Emerald

#30E898

Green

Color Codes

All color formats for development

HEX
#30E898
RGB
rgb(48, 232, 152)
HSL
hsl(154, 80%, 55%)
OKLCH
oklch(0.825 0.181 158.3)
CMYK
cmyk(79%, 0%, 34%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.60:1

AA AAA

On Black Background

13.12: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#19E38C
2#16CA7C
3#14B16D
4#11975D
5#0E7E4E
6#0B653E
7#084C2F
8#06321F
9#031910

Tints

Lighter variations

1#45EAA3
2#5AEDAD
3#6EEFB7
4#83F1C1
5#98F4CC
6#ACF6D6
7#C1F8E0
8#D6FAEA
9#EAFDF5

Tones

Muted variations

1#3ADF97
2#43D696
3#4CCD95
4#55C394
5#5EBA92
6#68B191
7#71A890
8#7A9F8F
9#83958D

Usage Guidelines

Recommended use cases for each shade level

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

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF8;
  --emerald-100: #DFFBEF;
  --emerald-200: #C3F8E1;
  --emerald-300: #95F3CB;
  --emerald-400: #5EEDAF;
  --emerald-500: #30E898;
  --emerald-600: #16CA7C;
  --emerald-700: #12A163;
  --emerald-800: #0D7347;
  --emerald-900: #08492D;
  --emerald-950: #052E1C;
}
Generate More ShadesCreate PaletteConvert Color