Emerald

#1CC46D

Green

Color Codes

All color formats for development

HEX
#1CC46D
RGB
rgb(28, 196, 109)
HSL
hsl(149, 75%, 44%)
OKLCH
oklch(0.722 0.179 153.3)
CMYK
cmyk(86%, 0%, 44%, 23%)

Accessibility

WCAG contrast compliance

On White Background

2.29:1

AA AAA

On Black Background

9.17:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E0FB
200
#C5F7
300
#98F0
400
#63E9
500
#36E2
600
#1CC4
700
#169C
800
#1070
900
#0A47
950
#062D

Shades

Darker variations

1#19B162
2#169D58
3#14894D
4#117642
5#0E6237
6#0B4F2C
7#083B21
8#062716
9#03140B

Tints

Lighter variations

1#20DD7B
2#37E28A
3#50E699
4#69EAA7
5#82EDB6
6#9BF1C4
7#B4F4D3
8#CDF8E2
9#E6FBF0

Tones

Muted variations

1#24BC6E
2#2DB46E
3#35AB6E
4#3EA36F
5#469A6F
6#4F926F
7#57896F
8#5F8170
9#687970

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF7
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBED
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7DD
Secondary backgroundsInput backgroundsDividers
300
98F0
#98F0C3
BordersInactive statesPlaceholder text
400
63E9
#63E9A4
Disabled statesSecondary iconsMuted text
500
36E2
#36E289
Primary brand colorCTAsActive elementsLinks
600
1CC4
#1CC46D
Hover statesFocus ringsPrimary buttons hover
700
169C
#169C57
Active/pressed statesDark mode accentsSecondary text
800
1070
#10703E
Text on light backgroundsHeadingsStrong borders
900
0A47
#0A4728
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: #F2FDF7;
  --emerald-100: #E0FBED;
  --emerald-200: #C5F7DD;
  --emerald-300: #98F0C3;
  --emerald-400: #63E9A4;
  --emerald-500: #36E289;
  --emerald-600: #1CC46D;
  --emerald-700: #169C57;
  --emerald-800: #10703E;
  --emerald-900: #0A4728;
  --emerald-950: #062D19;
}
Generate More ShadesCreate PaletteConvert Color