Emerald
#1DFC9B
GreenColor Codes
All color formats for development
HEX
#1DFC9BRGB
rgb(29, 252, 155)HSL
hsl(154, 97%, 55%)OKLCH
oklch(0.873 0.206 156.4)CMYK
cmyk(88%, 0%, 38%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04F98F
2#03DD7F
3#03C16F
4#03A65F
5#028A4F
6#026F3F
7#015330
8#013720
9#001C10
Tints
Lighter variations
1#34FCA5
2#4AFCAF
3#61FDB9
4#77FDC3
5#8EFDCD
6#A5FED7
7#BBFEE1
8#D2FEEB
9#E8FFF5
Tones
Muted variations
1#28F09A
2#33E598
3#3EDA97
4#49CF95
5#55C494
6#60B992
7#6BAE91
8#76A38F
9#81978E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDCC | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCB1 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFC9B | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DD7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B065 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #01502E | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01321D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFF8;
--emerald-100: #DCFEEF;
--emerald-200: #BEFEE2;
--emerald-300: #8BFDCC;
--emerald-400: #4FFCB1;
--emerald-500: #1DFC9B;
--emerald-600: #03DD7F;
--emerald-700: #03B065;
--emerald-800: #027E48;
--emerald-900: #01502E;
--emerald-950: #01321D;
}