Emerald

#63E992

Green

Color Codes

All color formats for development

HEX
#63E992
RGB
rgb(99, 233, 146)
HSL
hsl(141, 75%, 65%)
OKLCH
oklch(0.838 0.17 152.4)
CMYK
cmyk(58%, 0%, 37%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.54:1

AA AAA

On Black Background

13.60: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#46E57D
2#29E069
3#1DCB5A
4#19AE4D
5#159140
6#117433
7#0C5727
8#083A1A
9#041D0D

Tints

Lighter variations

1#72EB9D
2#82EDA8
3#92EFB2
4#A1F2BD
5#B1F4C8
6#C1F6D3
7#D0F8DE
8#E0FBE9
9#EFFDF4

Tones

Muted variations

1#6AE294
2#70DB96
3#77D598
4#7ECE9A
5#84C79C
6#8BC19E
7#92BAA0
8#98B3A2
9#9FACA4

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF6
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBE9
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7D6
Secondary backgroundsInput backgroundsDividers
300
98F0
#98F0B7
BordersInactive statesPlaceholder text
400
63E9
#63E992
Disabled statesSecondary iconsMuted text
500
36E2
#36E272
Primary brand colorCTAsActive elementsLinks
600
1CC4
#1CC457
Hover statesFocus ringsPrimary buttons hover
700
169C
#169C45
Active/pressed statesDark mode accentsSecondary text
800
1070
#107031
Text on light backgroundsHeadingsStrong borders
900
0A47
#0A4720
Primary textHigh emphasis contentDark headings
950
062D
#062D14
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF6;
  --emerald-100: #E0FBE9;
  --emerald-200: #C5F7D6;
  --emerald-300: #98F0B7;
  --emerald-400: #63E992;
  --emerald-500: #36E272;
  --emerald-600: #1CC457;
  --emerald-700: #169C45;
  --emerald-800: #107031;
  --emerald-900: #0A4720;
  --emerald-950: #062D14;
}
Generate More ShadesCreate PaletteConvert Color