Emerald
#63E99F
GreenColor Codes
All color formats for development
HEX
#63E99FRGB
rgb(99, 233, 159)HSL
hsl(147, 75%, 65%)OKLCH
oklch(0.841 0.158 156.3)CMYK
cmyk(58%, 0%, 32%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#46E58D
2#29E07B
3#1DCB6B
4#19AE5C
5#15914D
6#11743D
7#0C572E
8#083A1F
9#041D0F
Tints
Lighter variations
1#72EBA9
2#82EDB2
3#92EFBC
4#A1F2C5
5#B1F4CF
6#C1F6D9
7#D0F8E2
8#E0FBEC
9#EFFDF5
Tones
Muted variations
1#6AE2A0
2#70DBA0
3#77D5A1
4#7ECEA2
5#84C7A2
6#8BC1A3
7#92BAA4
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 #E0FBEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7DB | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0C0 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E99F | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E284 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC468 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C53 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #10703B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4726 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF7;
--emerald-100: #E0FBEC;
--emerald-200: #C5F7DB;
--emerald-300: #98F0C0;
--emerald-400: #63E99F;
--emerald-500: #36E284;
--emerald-600: #1CC468;
--emerald-700: #169C53;
--emerald-800: #10703B;
--emerald-900: #0A4726;
--emerald-950: #062D18;
}