Emerald

#30E8AB

Green

Color Codes

All color formats for development

HEX
#30E8AB
RGB
rgb(48, 232, 171)
HSL
hsl(160, 80%, 55%)
OKLCH
oklch(0.829 0.166 164.6)
CMYK
cmyk(79%, 0%, 26%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.58:1

AA AAA

On Black Background

13.26: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#19E3A0
2#16CA8E
3#14B17C
4#11976B
5#0E7E59
6#0B6547
7#084C35
8#063224
9#031912

Tints

Lighter variations

1#45EAB3
2#5AEDBC
3#6EEFC4
4#83F1CD
5#98F4D5
6#ACF6DD
7#C1F8E6
8#D6FAEE
9#EAFDF7

Tones

Muted variations

1#3ADFA8
2#43D6A5
3#4CCDA2
4#55C39F
5#5EBA9C
6#68B198
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
#DFFBF2
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8E7
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3D4
BordersInactive statesPlaceholder text
400
5EED
#5EEDBE
Disabled statesSecondary iconsMuted text
500
30E8
#30E8AB
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA8E
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A171
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D7351
Text on light backgroundsHeadingsStrong borders
900
0849
#084934
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: #DFFBF2;
  --emerald-200: #C3F8E7;
  --emerald-300: #95F3D4;
  --emerald-400: #5EEDBE;
  --emerald-500: #30E8AB;
  --emerald-600: #16CA8E;
  --emerald-700: #12A171;
  --emerald-800: #0D7351;
  --emerald-900: #084934;
  --emerald-950: #052E20;
}
Generate More ShadesCreate PaletteConvert Color