Emerald

#30B077

Green

Color Codes

All color formats for development

HEX
#30B077
RGB
rgb(48, 176, 119)
HSL
hsl(153, 57%, 44%)
OKLCH
oklch(0.675 0.139 159.2)
CMYK
cmyk(73%, 0%, 32%, 31%)

Accessibility

WCAG contrast compliance

On White Background

2.76:1

AA AAA

On Black Background

7.60:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E3F7
200
#CBF1
300
#A3E6
400
#73D9
500
#4BCE
600
#30B0
700
#268C
800
#1B64
900
#1240
950
#0B28

Shades

Darker variations

1#2B9F6B
2#278D5F
3#227B53
4#1D6A47
5#18583B
6#13462F
7#0E3524
8#0A2318
9#05120C

Tints

Lighter variations

1#36C786
2#4CCE93
3#62D4A1
4#78DAAE
5#8FE0BC
6#A5E6C9
7#BCEDD7
8#D2F3E4
9#E9F9F2

Tones

Muted variations

1#37AA76
2#3DA375
3#439D75
4#4A9774
5#509073
6#578A73
7#5D8372
8#637D71
9#6A7771

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF8
BackgroundsSubtle highlightsCard backgrounds
100
E3F7
#E3F7EE
Light backgroundsTable row hoverSkeleton loading
200
CBF1
#CBF1E0
Secondary backgroundsInput backgroundsDividers
300
A3E6
#A3E6C8
BordersInactive statesPlaceholder text
400
73D9
#73D9AB
Disabled statesSecondary iconsMuted text
500
4BCE
#4BCE93
Primary brand colorCTAsActive elementsLinks
600
30B0
#30B077
Hover statesFocus ringsPrimary buttons hover
700
268C
#268C5E
Active/pressed statesDark mode accentsSecondary text
800
1B64
#1B6443
Text on light backgroundsHeadingsStrong borders
900
1240
#12402B
Primary textHigh emphasis contentDark headings
950
0B28
#0B281B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F3FCF8;
  --emerald-100: #E3F7EE;
  --emerald-200: #CBF1E0;
  --emerald-300: #A3E6C8;
  --emerald-400: #73D9AB;
  --emerald-500: #4BCE93;
  --emerald-600: #30B077;
  --emerald-700: #268C5E;
  --emerald-800: #1B6443;
  --emerald-900: #12402B;
  --emerald-950: #0B281B;
}
Generate More ShadesCreate PaletteConvert Color