Emerald
#63E994
GreenColor Codes
All color formats for development
HEX
#63E994RGB
rgb(99, 233, 148)HSL
hsl(142, 75%, 65%)OKLCH
oklch(0.839 0.168 152.9)CMYK
cmyk(58%, 0%, 36%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#46E580
2#29E06C
3#1DCB5D
4#19AE50
5#159142
6#117435
7#0C5728
8#083A1B
9#041D0D
Tints
Lighter variations
1#72EB9F
2#82EDA9
3#92EFB4
4#A1F2BF
5#B1F4C9
6#C1F6D4
7#D0F8DF
8#E0FBEA
9#EFFDF4
Tones
Muted variations
1#6AE296
2#70DB97
3#77D599
4#7ECE9B
5#84C79D
6#8BC19F
7#92BAA0
8#98B3A2
9#9FACA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0B9 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E994 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E275 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC45A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C47 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107033 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4721 | 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: #E0FBEA;
--emerald-200: #C5F7D7;
--emerald-300: #98F0B9;
--emerald-400: #63E994;
--emerald-500: #36E275;
--emerald-600: #1CC45A;
--emerald-700: #169C47;
--emerald-800: #107033;
--emerald-900: #0A4721;
--emerald-950: #062D14;
}