Emerald

#30E84F

Green

Color Codes

All color formats for development

HEX
#30E84F
RGB
rgb(48, 232, 79)
HSL
hsl(130, 80%, 55%)
OKLCH
oklch(0.814 0.241 145)
CMYK
cmyk(79%, 0%, 66%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.64:1

AA AAA

On Black Background

12.78: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#19E33B
2#16CA34
3#14B12E
4#119727
5#0E7E21
6#0B651A
7#084C14
8#06320D
9#031907

Tints

Lighter variations

1#45EA61
2#5AED72
3#6EEF84
4#83F195
5#98F4A7
6#ACF6B9
7#C1F8CA
8#D6FADC
9#EAFDED

Tones

Muted variations

1#3ADF55
2#43D65B
3#4CCD61
4#55C368
5#5EBA6E
6#68B174
7#71A87A
8#7A9F80
9#839586

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF3
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE4
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8CC
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3A5
BordersInactive statesPlaceholder text
400
5EED
#5EED76
Disabled statesSecondary iconsMuted text
500
30E8
#30E84F
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA34
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A12A
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D731E
Text on light backgroundsHeadingsStrong borders
900
0849
#084913
Primary textHigh emphasis contentDark headings
950
052E
#052E0C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF3;
  --emerald-100: #DFFBE4;
  --emerald-200: #C3F8CC;
  --emerald-300: #95F3A5;
  --emerald-400: #5EED76;
  --emerald-500: #30E84F;
  --emerald-600: #16CA34;
  --emerald-700: #12A12A;
  --emerald-800: #0D731E;
  --emerald-900: #084913;
  --emerald-950: #052E0C;
}
Generate More ShadesCreate PaletteConvert Color