Emerald

#1CC468

Green

Color Codes

All color formats for development

HEX
#1CC468
RGB
rgb(28, 196, 104)
HSL
hsl(147, 75%, 44%)
OKLCH
oklch(0.721 0.183 152.1)
CMYK
cmyk(86%, 0%, 47%, 23%)

Accessibility

WCAG contrast compliance

On White Background

2.30:1

AA AAA

On Black Background

9.15: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#19B15D
2#169D53
3#148949
4#11763E
5#0E6234
6#0B4F2A
7#083B1F
8#062715
9#03140A

Tints

Lighter variations

1#20DD75
2#37E284
3#50E694
4#69EAA3
5#82EDB2
6#9BF1C2
7#B4F4D1
8#CDF8E0
9#E6FBF0

Tones

Muted variations

1#24BC69
2#2DB469
3#35AB6A
4#3EA36B
5#469A6C
6#4F926D
7#57896E
8#5F816F
9#68796F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF7
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBEC
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7DB
Secondary backgroundsInput backgroundsDividers
300
98F0
#98F0C0
BordersInactive statesPlaceholder text
400
63E9
#63E99F
Disabled statesSecondary iconsMuted text
500
36E2
#36E284
Primary brand colorCTAsActive elementsLinks
600
1CC4
#1CC468
Hover statesFocus ringsPrimary buttons hover
700
169C
#169C53
Active/pressed statesDark mode accentsSecondary text
800
1070
#10703B
Text on light backgroundsHeadingsStrong borders
900
0A47
#0A4726
Primary textHigh emphasis contentDark headings
950
062D
#062D18
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF7;
  --emerald-100: #E0FBEC;
  --emerald-200: #C5F7DB;
  --emerald-300: #98F0C0;
  --emerald-400: #63E99F;
  --emerald-500: #36E284;
  --emerald-600: #1CC468;
  --emerald-700: #169C53;
  --emerald-800: #10703B;
  --emerald-900: #0A4726;
  --emerald-950: #062D18;
}
Generate More ShadesCreate PaletteConvert Color