Emerald

#1CC45F

Green

Color Codes

All color formats for development

HEX
#1CC45F
RGB
rgb(28, 196, 95)
HSL
hsl(144, 75%, 44%)
OKLCH
oklch(0.72 0.191 150.1)
CMYK
cmyk(86%, 0%, 52%, 23%)

Accessibility

WCAG contrast compliance

On White Background

2.31:1

AA AAA

On Black Background

9.11: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#19B156
2#169D4C
3#148943
4#117639
5#0E6230
6#0B4F26
7#083B1D
8#062713
9#03140A

Tints

Lighter variations

1#20DD6C
2#37E27C
3#50E68C
4#69EA9C
5#82EDAD
6#9BF1BD
7#B4F4CE
8#CDF8DE
9#E6FBEF

Tones

Muted variations

1#24BC61
2#2DB463
3#35AB64
4#3EA366
5#469A68
6#4F9269
7#57896B
8#5F816D
9#68796F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF6
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBEA
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7D9
Secondary backgroundsInput backgroundsDividers
300
98F0
#98F0BC
BordersInactive statesPlaceholder text
400
63E9
#63E998
Disabled statesSecondary iconsMuted text
500
36E2
#36E27B
Primary brand colorCTAsActive elementsLinks
600
1CC4
#1CC45F
Hover statesFocus ringsPrimary buttons hover
700
169C
#169C4C
Active/pressed statesDark mode accentsSecondary text
800
1070
#107036
Text on light backgroundsHeadingsStrong borders
900
0A47
#0A4723
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: #E0FBEA;
  --emerald-200: #C5F7D9;
  --emerald-300: #98F0BC;
  --emerald-400: #63E998;
  --emerald-500: #36E27B;
  --emerald-600: #1CC45F;
  --emerald-700: #169C4C;
  --emerald-800: #107036;
  --emerald-900: #0A4723;
  --emerald-950: #062D16;
}
Generate More ShadesCreate PaletteConvert Color