Emerald
#1AFF98
GreenColor Codes
All color formats for development
HEX
#1AFF98RGB
rgb(26, 255, 152)HSL
hsl(153, 100%, 55%)OKLCH
oklch(0.88 0.212 155.4)CMYK
cmyk(90%, 0%, 40%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00FC8B
2#00E07B
3#00C46C
4#00A85D
5#008C4D
6#00703E
7#00542E
8#00381F
9#001C0F
Tints
Lighter variations
1#30FFA2
2#47FFAC
3#5EFFB7
4#75FFC1
5#8CFFCB
6#A3FFD6
7#BAFFE0
8#D1FFEA
9#E8FFF5
Tones
Muted variations
1#25F497
2#30E895
3#3CDD94
4#47D193
5#53C692
6#5EBA91
7#6AAF90
8#75A38F
9#81988D
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;
}