Emerald
#2FE9BB
CyanColor Codes
All color formats for development
HEX
#2FE9BBRGB
rgb(47, 233, 187)HSL
hsl(165, 81%, 55%)OKLCH
oklch(0.835 0.156 170.8)CMYK
cmyk(80%, 0%, 20%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18E4B1
2#15CB9E
3#13B28A
4#109876
5#0D7F63
6#0B664F
7#084C3B
8#053327
9#031914
Tints
Lighter variations
1#44EBC2
2#59EEC8
3#6EF0CF
4#82F2D6
5#97F4DD
6#ACF6E4
7#C1F8EB
8#D5FBF1
9#EAFDF8
Tones
Muted variations
1#39E0B6
2#42D7B1
3#4BCDAD
4#54C4A8
5#5EBBA3
6#67B19F
7#70A89A
8#7A9F96
9#839691
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4DC | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEECA | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CB9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A27D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C735A | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A39 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEFA;
--emerald-100: #DFFCF4;
--emerald-200: #C3F9EB;
--emerald-300: #95F4DC;
--emerald-400: #5DEECA;
--emerald-500: #2FE9BB;
--emerald-600: #15CB9E;
--emerald-700: #11A27D;
--emerald-800: #0C735A;
--emerald-900: #084A39;
--emerald-950: #052E24;
}