Emerald

#30E84C

Green

Color Codes

All color formats for development

HEX
#30E84C
RGB
rgb(48, 232, 76)
HSL
hsl(129, 80%, 55%)
OKLCH
oklch(0.814 0.243 144.7)
CMYK
cmyk(79%, 0%, 67%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.64:1

AA AAA

On Black Background

12.77: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#19E338
2#16CA31
3#14B12B
4#119725
5#0E7E1F
6#0B6519
7#084C13
8#06320C
9#031906

Tints

Lighter variations

1#45EA5E
2#5AED70
3#6EEF82
4#83F194
5#98F4A5
6#ACF6B7
7#C1F8C9
8#D6FADB
9#EAFDED

Tones

Muted variations

1#3ADF52
2#43D659
3#4CCD5F
4#55C366
5#5EBA6C
6#68B173
7#71A879
8#7A9F7F
9#839586

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF3
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE3
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8CB
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3A4
BordersInactive statesPlaceholder text
400
5EED
#5EED74
Disabled statesSecondary iconsMuted text
500
30E8
#30E84C
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA31
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A127
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D731C
Text on light backgroundsHeadingsStrong borders
900
0849
#084912
Primary textHigh emphasis contentDark headings
950
052E
#052E0B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF3;
  --emerald-100: #DFFBE3;
  --emerald-200: #C3F8CB;
  --emerald-300: #95F3A4;
  --emerald-400: #5EED74;
  --emerald-500: #30E84C;
  --emerald-600: #16CA31;
  --emerald-700: #12A127;
  --emerald-800: #0D731C;
  --emerald-900: #084912;
  --emerald-950: #052E0B;
}
Generate More ShadesCreate PaletteConvert Color