Emerald
#63E99B
GreenColor Codes
All color formats for development
HEX
#63E99BRGB
rgb(99, 233, 155)HSL
hsl(145, 75%, 65%)OKLCH
oklch(0.84 0.162 155)CMYK
cmyk(58%, 0%, 33%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#46E588
2#29E075
3#1DCB66
4#19AE57
5#159149
6#11743A
7#0C572C
8#083A1D
9#041D0F
Tints
Lighter variations
1#72EBA5
2#82EDAF
3#92EFB9
4#A1F2C3
5#B1F4CD
6#C1F6D7
7#D0F8E1
8#E0FBEB
9#EFFDF5
Tones
Muted variations
1#6AE29C
2#70DB9D
3#77D59E
4#7ECE9F
5#84C7A0
6#8BC1A1
7#92BAA2
8#98B3A4
9#9FACA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0BD | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E99B | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E27E | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC462 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C4E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107038 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4724 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF6;
--emerald-100: #E0FBEB;
--emerald-200: #C5F7DA;
--emerald-300: #98F0BD;
--emerald-400: #63E99B;
--emerald-500: #36E27E;
--emerald-600: #1CC462;
--emerald-700: #169C4E;
--emerald-800: #107038;
--emerald-900: #0A4724;
--emerald-950: #062D16;
}