Cyan
#1EFAB1
GreenColor Codes
All color formats for development
HEX
#1EFAB1RGB
rgb(30, 250, 177)HSL
hsl(160, 96%, 55%)OKLCH
oklch(0.873 0.185 162.8)CMYK
cmyk(88%, 0%, 29%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05F7A7
2#04DC94
3#04C082
4#03A56F
5#03895D
6#026E4A
7#025238
8#013725
9#011B13
Tints
Lighter variations
1#35FBB9
2#4BFBC1
3#62FCC8
4#78FCD0
5#8FFDD8
6#A5FDE0
7#BCFEE8
8#D2FEEF
9#E9FFF7
Tones
Muted variations
1#29EFAD
2#34E4AA
3#3FD9A6
4#4ACEA2
5#55C39F
6#60B89B
7#6BAD97
8#76A294
9#819790
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDD7 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBC2 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAB1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DC94 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF76 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D54 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025036 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013222 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFA;
--cyan-100: #DCFEF3;
--cyan-200: #BEFEE8;
--cyan-300: #8CFDD7;
--cyan-400: #50FBC2;
--cyan-500: #1EFAB1;
--cyan-600: #04DC94;
--cyan-700: #04AF76;
--cyan-800: #037D54;
--cyan-900: #025036;
--cyan-950: #013222;
}