Emerald
#1AFF9C
GreenColor Codes
All color formats for development
HEX
#1AFF9CRGB
rgb(26, 255, 156)HSL
hsl(154, 100%, 55%)OKLCH
oklch(0.881 0.209 156.3)CMYK
cmyk(90%, 0%, 39%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00FC8F
2#00E07F
3#00C46F
4#00A85F
5#008C4F
6#007040
7#005430
8#003820
9#001C10
Tints
Lighter variations
1#30FFA5
2#47FFAF
3#5EFFB9
4#75FFC3
5#8CFFCD
6#A3FFD7
7#BAFFE1
8#D1FFEB
9#E8FFF5
Tones
Muted variations
1#25F49A
2#30E898
3#3CDD97
4#47D195
5#53C694
6#5EBA92
7#6AAF91
8#75A38F
9#81988E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFCC | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFB2 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFF9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E07F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B365 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008048 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00522E | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00331D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFF8;
--emerald-100: #DBFFF0;
--emerald-200: #BDFFE2;
--emerald-300: #8AFFCC;
--emerald-400: #4DFFB2;
--emerald-500: #1AFF9C;
--emerald-600: #00E07F;
--emerald-700: #00B365;
--emerald-800: #008048;
--emerald-900: #00522E;
--emerald-950: #00331D;
}