Emerald
#63E963
GreenColor Codes
All color formats for development
HEX
#63E963RGB
rgb(99, 233, 99)HSL
hsl(120, 75%, 65%)OKLCH
oklch(0.831 0.211 143.4)CMYK
cmyk(58%, 0%, 58%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#46E546
2#29E029
3#1DCB1D
4#19AE19
5#159115
6#117411
7#0C570C
8#083A08
9#041D04
Tints
Lighter variations
1#72EB72
2#82ED82
3#92EF92
4#A1F2A1
5#B1F4B1
6#C1F6C1
7#D0F8D0
8#E0FBE0
9#EFFDEF
Tones
Muted variations
1#6AE26A
2#70DB70
3#77D577
4#7ECE7E
5#84C784
6#8BC18B
7#92BA92
8#98B398
9#9FAC9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F098 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E963 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E236 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC41C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C16 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107010 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A470A | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF2;
--emerald-100: #E0FBE0;
--emerald-200: #C5F7C5;
--emerald-300: #98F098;
--emerald-400: #63E963;
--emerald-500: #36E236;
--emerald-600: #1CC41C;
--emerald-700: #169C16;
--emerald-800: #107010;
--emerald-900: #0A470A;
--emerald-950: #062D06;
}