Emerald
#63E98F
GreenColor Codes
All color formats for development
HEX
#63E98FRGB
rgb(99, 233, 143)HSL
hsl(140, 75%, 65%)OKLCH
oklch(0.838 0.173 151.6)CMYK
cmyk(58%, 0%, 39%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#46E57B
2#29E066
3#1DCB57
4#19AE4B
5#15913E
6#117432
7#0C5725
8#083A19
9#041D0C
Tints
Lighter variations
1#72EB9B
2#82EDA6
3#92EFB1
4#A1F2BC
5#B1F4C7
6#C1F6D2
7#D0F8DE
8#E0FBE9
9#EFFDF4
Tones
Muted variations
1#6AE292
2#70DB94
3#77D596
4#7ECE98
5#84C79B
6#8BC19D
7#92BA9F
8#98B3A1
9#9FACA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0B6 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E98F | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E270 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC454 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C43 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107030 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A471F | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF5;
--emerald-100: #E0FBE9;
--emerald-200: #C5F7D6;
--emerald-300: #98F0B6;
--emerald-400: #63E98F;
--emerald-500: #36E270;
--emerald-600: #1CC454;
--emerald-700: #169C43;
--emerald-800: #107030;
--emerald-900: #0A471F;
--emerald-950: #062D13;
}