Cyan
#1EFAC0
GreenColor Codes
All color formats for development
HEX
#1EFAC0RGB
rgb(30, 250, 192)HSL
hsl(164, 96%, 55%)OKLCH
oklch(0.877 0.174 167.9)CMYK
cmyk(88%, 0%, 23%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05F7B7
2#04DCA2
3#04C08E
4#03A57A
5#038966
6#026E51
7#02523D
8#013729
9#011B14
Tints
Lighter variations
1#35FBC6
2#4BFBCC
3#62FCD3
4#78FCD9
5#8FFDDF
6#A5FDE6
7#BCFEEC
8#D2FEF2
9#E9FFF9
Tones
Muted variations
1#29EFBB
2#34E4B5
3#3FD9B0
4#4ACEAB
5#55C3A6
6#60B8A1
7#6BAD9C
8#76A297
9#819791
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEED | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDDF | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBCE | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02503B | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFB;
--cyan-100: #DCFEF5;
--cyan-200: #BEFEED;
--cyan-300: #8CFDDF;
--cyan-400: #50FBCE;
--cyan-500: #1EFAC0;
--cyan-600: #04DCA2;
--cyan-700: #04AF81;
--cyan-800: #037D5C;
--cyan-900: #02503B;
--cyan-950: #013225;
}