Emerald
#63E996
GreenColor Codes
All color formats for development
HEX
#63E996RGB
rgb(99, 233, 150)HSL
hsl(143, 75%, 65%)OKLCH
oklch(0.839 0.166 153.5)CMYK
cmyk(58%, 0%, 36%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#46E583
2#29E06F
3#1DCB60
4#19AE52
5#159144
6#117437
7#0C5729
8#083A1B
9#041D0E
Tints
Lighter variations
1#72EBA1
2#82EDAB
3#92EFB6
4#A1F2C0
5#B1F4CB
6#C1F6D5
7#D0F8E0
8#E0FBEA
9#EFFDF5
Tones
Muted variations
1#6AE298
2#70DB99
3#77D59B
4#7ECE9C
5#84C79E
6#8BC1A0
7#92BAA1
8#98B3A3
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 #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;
}