Emerald

#30E8B4

Green

Color Codes

All color formats for development

HEX
#30E8B4
RGB
rgb(48, 232, 180)
HSL
hsl(163, 80%, 55%)
OKLCH
oklch(0.831 0.159 168.1)
CMYK
cmyk(79%, 0%, 22%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.58:1

AA AAA

On Black Background

13.33: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#19E3AA
2#16CA97
3#14B184
4#119771
5#0E7E5E
6#0B654C
7#084C39
8#063226
9#031913

Tints

Lighter variations

1#45EABC
2#5AEDC3
3#6EEFCB
4#83F1D2
5#98F4DA
6#ACF6E1
7#C1F8E9
8#D6FAF0
9#EAFDF8

Tones

Muted variations

1#3ADFB0
2#43D6AC
3#4CCDA8
4#55C3A4
5#5EBAA0
6#68B19C
7#71A898
8#7A9F94
9#839590

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFA
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF3
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8E9
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3D9
BordersInactive statesPlaceholder text
400
5EED
#5EEDC5
Disabled statesSecondary iconsMuted text
500
30E8
#30E8B4
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA97
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A178
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D7356
Text on light backgroundsHeadingsStrong borders
900
0849
#084937
Primary textHigh emphasis contentDark headings
950
052E
#052E22
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDFA;
  --emerald-100: #DFFBF3;
  --emerald-200: #C3F8E9;
  --emerald-300: #95F3D9;
  --emerald-400: #5EEDC5;
  --emerald-500: #30E8B4;
  --emerald-600: #16CA97;
  --emerald-700: #12A178;
  --emerald-800: #0D7356;
  --emerald-900: #084937;
  --emerald-950: #052E22;
}
Generate More ShadesCreate PaletteConvert Color