Emerald

#1CC45D

Green

Color Codes

All color formats for development

HEX
#1CC45D
RGB
rgb(28, 196, 93)
HSL
hsl(143, 75%, 44%)
OKLCH
oklch(0.719 0.193 149.7)
CMYK
cmyk(86%, 0%, 53%, 23%)

Accessibility

WCAG contrast compliance

On White Background

2.31:1

AA AAA

On Black Background

9.10: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#19B153
2#169D4A
3#148941
4#117638
5#0E622E
6#0B4F25
7#083B1C
8#062713
9#031409

Tints

Lighter variations

1#20DD68
2#37E279
3#50E68A
4#69EA9A
5#82EDAB
6#9BF1BC
7#B4F4CD
8#CDF8DD
9#E6FBEE

Tones

Muted variations

1#24BC5F
2#2DB460
3#35AB62
4#3EA364
5#469A66
6#4F9268
7#57896A
8#5F816C
9#68796E

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
#C5F7D8
Secondary backgroundsInput backgroundsDividers
300
98F0
#98F0BA
BordersInactive statesPlaceholder text
400
63E9
#63E996
Disabled statesSecondary iconsMuted text
500
36E2
#36E278
Primary brand colorCTAsActive elementsLinks
600
1CC4
#1CC45D
Hover statesFocus ringsPrimary buttons hover
700
169C
#169C4A
Active/pressed statesDark mode accentsSecondary text
800
1070
#107035
Text on light backgroundsHeadingsStrong borders
900
0A47
#0A4722
Primary textHigh emphasis contentDark headings
950
062D
#062D15
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF6;
  --emerald-100: #E0FBEA;
  --emerald-200: #C5F7D8;
  --emerald-300: #98F0BA;
  --emerald-400: #63E996;
  --emerald-500: #36E278;
  --emerald-600: #1CC45D;
  --emerald-700: #169C4A;
  --emerald-800: #107035;
  --emerald-900: #0A4722;
  --emerald-950: #062D15;
}
Generate More ShadesCreate PaletteConvert Color