Emerald

#30E86E

Green

Color Codes

All color formats for development

HEX
#30E86E
RGB
rgb(48, 232, 110)
HSL
hsl(140, 80%, 55%)
OKLCH
oklch(0.818 0.217 149)
CMYK
cmyk(79%, 0%, 53%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.63:1

AA AAA

On Black Background

12.89: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#19E35D
2#16CA52
3#14B148
4#11973E
5#0E7E33
6#0B6529
7#084C1F
8#063215
9#03190A

Tints

Lighter variations

1#45EA7C
2#5AED8B
3#6EEF99
4#83F1A8
5#98F4B6
6#ACF6C5
7#C1F8D3
8#D6FAE2
9#EAFDF0

Tones

Muted variations

1#3ADF71
2#43D674
3#4CCD77
4#55C37A
5#5EBA7D
6#68B180
7#71A883
8#7A9F86
9#839589

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF5
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE8
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8D5
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3B5
BordersInactive statesPlaceholder text
400
5EED
#5EED8E
Disabled statesSecondary iconsMuted text
500
30E8
#30E86E
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA52
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A141
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D732F
Text on light backgroundsHeadingsStrong borders
900
0849
#08491E
Primary textHigh emphasis contentDark headings
950
052E
#052E13
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF5;
  --emerald-100: #DFFBE8;
  --emerald-200: #C3F8D5;
  --emerald-300: #95F3B5;
  --emerald-400: #5EED8E;
  --emerald-500: #30E86E;
  --emerald-600: #16CA52;
  --emerald-700: #12A141;
  --emerald-800: #0D732F;
  --emerald-900: #08491E;
  --emerald-950: #052E13;
}
Generate More ShadesCreate PaletteConvert Color