Emerald
#1CFDAA
GreenColor Codes
All color formats for development
HEX
#1CFDAARGB
rgb(28, 253, 170)HSL
hsl(158, 98%, 55%)OKLCH
oklch(0.879 0.195 160.1)CMYK
cmyk(89%, 0%, 33%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03FA9F
2#02DE8E
3#02C27C
4#02A76A
5#018B58
6#016F47
7#015335
8#013823
9#001C12
Tints
Lighter variations
1#33FDB3
2#49FDBB
3#60FDC4
4#77FECC
5#8DFED5
6#A4FEDD
7#BBFEE6
8#D2FFEE
9#E8FFF7
Tones
Muted variations
1#27F1A7
2#32E6A4
3#3EDBA1
4#49D09E
5#54C49B
6#5FB998
7#6BAE95
8#76A392
9#81978F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFED4 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDBD | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DE8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B171 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015133 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013220 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFF9;
--emerald-100: #DCFFF2;
--emerald-200: #BDFEE7;
--emerald-300: #8BFED4;
--emerald-400: #4EFDBD;
--emerald-500: #1CFDAA;
--emerald-600: #02DE8E;
--emerald-700: #02B171;
--emerald-800: #017E50;
--emerald-900: #015133;
--emerald-950: #013220;
}