Emerald

#1AC76D

Green

Color Codes

All color formats for development

HEX
#1AC76D
RGB
rgb(26, 199, 109)
HSL
hsl(149, 77%, 44%)
OKLCH
oklch(0.729 0.183 153)
CMYK
cmyk(87%, 0%, 45%, 22%)

Accessibility

WCAG contrast compliance

On White Background

2.23:1

AA AAA

On Black Background

9.43:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C4F7
300
#97F2
400
#61EA
500
#34E5
600
#1AC7
700
#159E
800
#0F71
900
#0948
950
#062D

Shades

Darker variations

1#17B362
2#159F57
3#128B4D
4#0F7742
5#0D6337
6#0A4F2C
7#083C21
8#052816
9#03140B

Tints

Lighter variations

1#1DE07B
2#35E58A
3#4EE898
4#67EBA7
5#81EFB6
6#9AF2C4
7#B3F5D3
8#CCF8E2
9#E6FCF0

Tones

Muted variations

1#22BE6E
2#2BB56E
3#34AD6E
4#3CA46E
5#459B6F
6#4E936F
7#568A6F
8#5F8170
9#687970

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF7
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBED
Light backgroundsTable row hoverSkeleton loading
200
C4F7
#C4F7DD
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2C3
BordersInactive statesPlaceholder text
400
61EA
#61EAA3
Disabled statesSecondary iconsMuted text
500
34E5
#34E589
Primary brand colorCTAsActive elementsLinks
600
1AC7
#1AC76D
Hover statesFocus ringsPrimary buttons hover
700
159E
#159E57
Active/pressed statesDark mode accentsSecondary text
800
0F71
#0F713E
Text on light backgroundsHeadingsStrong borders
900
0948
#094828
Primary textHigh emphasis contentDark headings
950
062D
#062D19
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF7;
  --emerald-100: #DFFBED;
  --emerald-200: #C4F7DD;
  --emerald-300: #97F2C3;
  --emerald-400: #61EAA3;
  --emerald-500: #34E589;
  --emerald-600: #1AC76D;
  --emerald-700: #159E57;
  --emerald-800: #0F713E;
  --emerald-900: #094828;
  --emerald-950: #062D19;
}
Generate More ShadesCreate PaletteConvert Color