Emerald

#30E83A

Green

Color Codes

All color formats for development

HEX
#30E83A
RGB
rgb(48, 232, 58)
HSL
hsl(123, 80%, 55%)
OKLCH
oklch(0.813 0.253 143.3)
CMYK
cmyk(79%, 0%, 75%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.65:1

AA AAA

On Black Background

12.73: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#19E323
2#16CA1F
3#14B11B
4#119718
5#0E7E14
6#0B6510
7#084C0C
8#063208
9#031904

Tints

Lighter variations

1#45EA4D
2#5AED61
3#6EEF75
4#83F189
5#98F49C
6#ACF6B0
7#C1F8C4
8#D6FAD8
9#EAFDEB

Tones

Muted variations

1#3ADF42
2#43D64A
3#4CCD52
4#55C35B
5#5EBA63
6#68B16B
7#71A873
8#7A9F7C
9#839584

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF2
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE0
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8C6
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F39A
BordersInactive statesPlaceholder text
400
5EED
#5EED65
Disabled statesSecondary iconsMuted text
500
30E8
#30E83A
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA1F
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A119
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D7312
Text on light backgroundsHeadingsStrong borders
900
0849
#08490B
Primary textHigh emphasis contentDark headings
950
052E
#052E07
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF2;
  --emerald-100: #DFFBE0;
  --emerald-200: #C3F8C6;
  --emerald-300: #95F39A;
  --emerald-400: #5EED65;
  --emerald-500: #30E83A;
  --emerald-600: #16CA1F;
  --emerald-700: #12A119;
  --emerald-800: #0D7312;
  --emerald-900: #08490B;
  --emerald-950: #052E07;
}
Generate More ShadesCreate PaletteConvert Color