Cyan
#1FF9EB
CyanColor Codes
All color formats for development
HEX
#1FF9EBRGB
rgb(31, 249, 235)HSL
hsl(176, 95%, 55%)OKLCH
oklch(0.886 0.151 187.5)CMYK
cmyk(88%, 0%, 6%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06F6E6
2#06DBCD
3#05BFB3
4#04A499
5#048980
6#036D66
7#02524D
8#013733
9#011B1A
Tints
Lighter variations
1#36FAED
2#4CFAEF
3#62FBF1
4#79FCF3
5#8FFCF5
6#A5FDF7
7#BCFDF9
8#D2FEFB
9#E9FEFD
Tones
Muted variations
1#2AEEE1
2#35E3D8
3#40D9CE
4#4BCEC5
5#56C3BB
6#61B8B2
7#6CADA9
8#76A29F
9#819796
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCF5 | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBEF | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DBCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AEA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02504A | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFE;
--cyan-100: #DCFEFC;
--cyan-200: #BEFDF9;
--cyan-300: #8DFCF5;
--cyan-400: #51FBEF;
--cyan-500: #1FF9EB;
--cyan-600: #06DBCD;
--cyan-700: #04AEA3;
--cyan-800: #037C74;
--cyan-900: #02504A;
--cyan-950: #01322E;
}