Emerald
#4DFFAF
GreenColor Codes
All color formats for development
HEX
#4DFFAFRGB
rgb(77, 255, 175)HSL
hsl(153, 100%, 65%)OKLCH
oklch(0.892 0.182 159.2)CMYK
cmyk(70%, 0%, 31%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BFFA0
2#0AFF91
3#00E880
4#00C76D
5#00A65B
6#008549
7#006337
8#004224
9#002112
Tints
Lighter variations
1#5EFFB7
2#70FFBF
3#82FFC7
4#94FFCF
5#A6FFD7
6#B8FFDF
7#C9FFE7
8#DBFFEF
9#EDFFF7
Tones
Muted variations
1#55F6AE
2#5EEDAD
3#67E4AC
4#70DBAB
5#79D2AA
6#82C9A9
7#8BC1A8
8#94B8A8
9#9DAFA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFCA | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFAF | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFF98 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E07B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B362 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008046 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00522D | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00331C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFF8;
--emerald-100: #DBFFEF;
--emerald-200: #BDFFE1;
--emerald-300: #8AFFCA;
--emerald-400: #4DFFAF;
--emerald-500: #1AFF98;
--emerald-600: #00E07B;
--emerald-700: #00B362;
--emerald-800: #008046;
--emerald-900: #00522D;
--emerald-950: #00331C;
}