Cyan
#1EFAAD
GreenColor Codes
All color formats for development
HEX
#1EFAADRGB
rgb(30, 250, 173)HSL
hsl(159, 96%, 55%)OKLCH
oklch(0.872 0.189 161.6)CMYK
cmyk(88%, 0%, 31%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05F7A3
2#04DC91
3#04C07E
4#03A56C
5#03895A
6#026E48
7#025236
8#013724
9#011B12
Tints
Lighter variations
1#35FBB5
2#4BFBBE
3#62FCC6
4#78FCCE
5#8FFDD6
6#A5FDDE
7#BCFEE6
8#D2FEEF
9#E9FFF7
Tones
Muted variations
1#29EFAA
2#34E4A7
3#3FD9A3
4#4ACEA0
5#55C39D
6#60B899
7#6BAD96
8#76A293
9#819790
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDD5 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBBF | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAAD | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DC91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025035 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013221 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFA;
--cyan-100: #DCFEF2;
--cyan-200: #BEFEE7;
--cyan-300: #8CFDD5;
--cyan-400: #50FBBF;
--cyan-500: #1EFAAD;
--cyan-600: #04DC91;
--cyan-700: #04AF73;
--cyan-800: #037D52;
--cyan-900: #025035;
--cyan-950: #013221;
}