Emerald
#63E99D
GreenColor Codes
All color formats for development
HEX
#63E99DRGB
rgb(99, 233, 157)HSL
hsl(146, 75%, 65%)OKLCH
oklch(0.84 0.16 155.6)CMYK
cmyk(58%, 0%, 33%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#46E58B
2#29E078
3#1DCB68
4#19AE5A
5#15914B
6#11743C
7#0C572D
8#083A1E
9#041D0F
Tints
Lighter variations
1#72EBA7
2#82EDB0
3#92EFBA
4#A1F2C4
5#B1F4CE
6#C1F6D8
7#D0F8E2
8#E0FBEB
9#EFFDF5
Tones
Muted variations
1#6AE29E
2#70DB9F
3#77D5A0
4#7ECEA0
5#84C7A1
6#8BC1A2
7#92BAA3
8#98B3A4
9#9FACA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7DB | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0BE | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E99D | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E281 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC465 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C50 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107039 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4725 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF7;
--emerald-100: #E0FBEB;
--emerald-200: #C5F7DB;
--emerald-300: #98F0BE;
--emerald-400: #63E99D;
--emerald-500: #36E281;
--emerald-600: #1CC465;
--emerald-700: #169C50;
--emerald-800: #107039;
--emerald-900: #0A4725;
--emerald-950: #062D17;
}