Emerald
#1CFDA3
GreenColor Codes
All color formats for development
HEX
#1CFDA3RGB
rgb(28, 253, 163)HSL
hsl(156, 98%, 55%)OKLCH
oklch(0.877 0.201 158.3)CMYK
cmyk(89%, 0%, 36%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03FA97
2#02DE86
3#02C275
4#02A765
5#018B54
6#016F43
7#015332
8#013822
9#001C11
Tints
Lighter variations
1#33FDAC
2#49FDB5
3#60FDBE
4#77FEC8
5#8DFED1
6#A4FEDA
7#BBFEE3
8#D2FFED
9#E8FFF6
Tones
Muted variations
1#27F1A0
2#32E69E
3#3EDB9C
4#49D09A
5#54C497
6#5FB995
7#6BAE93
8#76A391
9#81978E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFED0 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDB7 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DE86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B16B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015131 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01321E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFF9;
--emerald-100: #DCFFF1;
--emerald-200: #BDFEE4;
--emerald-300: #8BFED0;
--emerald-400: #4EFDB7;
--emerald-500: #1CFDA3;
--emerald-600: #02DE86;
--emerald-700: #02B16B;
--emerald-800: #017E4C;
--emerald-900: #015131;
--emerald-950: #01321E;
}