Emerald
#1AFF94
GreenColor Codes
All color formats for development
HEX
#1AFF94RGB
rgb(26, 255, 148)HSL
hsl(152, 100%, 55%)OKLCH
oklch(0.879 0.216 154.5)CMYK
cmyk(90%, 0%, 42%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00FC87
2#00E078
3#00C469
4#00A85A
5#008C4B
6#00703C
7#00542D
8#00381E
9#001C0F
Tints
Lighter variations
1#30FF9F
2#47FFA9
3#5EFFB4
4#75FFBF
5#8CFFC9
6#A3FFD4
7#BAFFDF
8#D1FFEA
9#E8FFF4
Tones
Muted variations
1#25F493
2#30E892
3#3CDD92
4#47D191
5#53C690
6#5EBA8F
7#6AAF8F
8#75A38E
9#81988D
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;
}