Emerald
#4DFFA9
GreenColor Codes
All color formats for development
HEX
#4DFFA9RGB
rgb(77, 255, 169)HSL
hsl(151, 100%, 65%)OKLCH
oklch(0.89 0.187 157.5)CMYK
cmyk(70%, 0%, 34%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BFF99
2#0AFF89
3#00E878
4#00C767
5#00A656
6#008545
7#006333
8#004222
9#002111
Tints
Lighter variations
1#5EFFB1
2#70FFBA
3#82FFC3
4#94FFCB
5#A6FFD4
6#B8FFDC
7#C9FFE5
8#DBFFEE
9#EDFFF6
Tones
Muted variations
1#55F6A8
2#5EEDA8
3#67E4A8
4#70DBA8
5#79D2A7
6#82C9A7
7#8BC1A7
8#94B8A6
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 #BDFFDF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFC6 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFA9 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFF90 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E074 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B35C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008042 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00522A | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00331A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFF8;
--emerald-100: #DBFFEE;
--emerald-200: #BDFFDF;
--emerald-300: #8AFFC6;
--emerald-400: #4DFFA9;
--emerald-500: #1AFF90;
--emerald-600: #00E074;
--emerald-700: #00B35C;
--emerald-800: #008042;
--emerald-900: #00522A;
--emerald-950: #00331A;
}