Emerald

#1CC462

Green

Color Codes

All color formats for development

HEX
#1CC462
RGB
rgb(28, 196, 98)
HSL
hsl(145, 75%, 44%)
OKLCH
oklch(0.72 0.188 150.7)
CMYK
cmyk(86%, 0%, 50%, 23%)

Accessibility

WCAG contrast compliance

On White Background

2.30:1

AA AAA

On Black Background

9.12: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#19B158
2#169D4F
3#148945
4#11763B
5#0E6231
6#0B4F27
7#083B1D
8#062714
9#03140A

Tints

Lighter variations

1#20DD6F
2#37E27E
3#50E68F
4#69EA9F
5#82EDAF
6#9BF1BF
7#B4F4CF
8#CDF8DF
9#E6FBEF

Tones

Muted variations

1#24BC64
2#2DB465
3#35AB66
4#3EA368
5#469A69
6#4F926B
7#57896C
8#5F816D
9#68796F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF6
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBEB
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7DA
Secondary backgroundsInput backgroundsDividers
300
98F0
#98F0BD
BordersInactive statesPlaceholder text
400
63E9
#63E99B
Disabled statesSecondary iconsMuted text
500
36E2
#36E27E
Primary brand colorCTAsActive elementsLinks
600
1CC4
#1CC462
Hover statesFocus ringsPrimary buttons hover
700
169C
#169C4E
Active/pressed statesDark mode accentsSecondary text
800
1070
#107038
Text on light backgroundsHeadingsStrong borders
900
0A47
#0A4724
Primary textHigh emphasis contentDark headings
950
062D
#062D16
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF6;
  --emerald-100: #E0FBEB;
  --emerald-200: #C5F7DA;
  --emerald-300: #98F0BD;
  --emerald-400: #63E99B;
  --emerald-500: #36E27E;
  --emerald-600: #1CC462;
  --emerald-700: #169C4E;
  --emerald-800: #107038;
  --emerald-900: #0A4724;
  --emerald-950: #062D16;
}
Generate More ShadesCreate PaletteConvert Color