Emerald
#4DFFAC
GreenColor Codes
All color formats for development
HEX
#4DFFACRGB
rgb(77, 255, 172)HSL
hsl(152, 100%, 65%)OKLCH
oklch(0.891 0.184 158.3)CMYK
cmyk(70%, 0%, 33%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BFF9C
2#0AFF8D
3#00E87C
4#00C76A
5#00A658
6#008547
7#006335
8#004223
9#002112
Tints
Lighter variations
1#5EFFB4
2#70FFBC
3#82FFC5
4#94FFCD
5#A6FFD5
6#B8FFDE
7#C9FFE6
8#DBFFEE
9#EDFFF7
Tones
Muted variations
1#55F6AB
2#5EEDAB
3#67E4AA
4#70DBA9
5#79D2A9
6#82C9A8
7#8BC1A8
8#94B8A7
9#9DAFA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFC8 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFAC | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFF94 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E078 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B35F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008044 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00522C | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00331B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFF8;
--emerald-100: #DBFFEE;
--emerald-200: #BDFFE0;
--emerald-300: #8AFFC8;
--emerald-400: #4DFFAC;
--emerald-500: #1AFF94;
--emerald-600: #00E078;
--emerald-700: #00B35F;
--emerald-800: #008044;
--emerald-900: #00522C;
--emerald-950: #00331B;
}