Cyan
#1FF9CE
CyanColor Codes
All color formats for development
HEX
#1FF9CERGB
rgb(31, 249, 206)HSL
hsl(168, 95%, 55%)OKLCH
oklch(0.878 0.164 173.8)CMYK
cmyk(88%, 0%, 17%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06F6C6
2#06DBB0
3#05BF9A
4#04A484
5#04896E
6#036D58
7#025242
8#01372C
9#011B16
Tints
Lighter variations
1#36FAD3
2#4CFAD8
3#62FBDC
4#79FCE1
5#8FFCE6
6#A5FDEB
7#BCFDF0
8#D2FEF5
9#E9FEFA
Tones
Muted variations
1#2AEEC7
2#35E3C1
3#40D9BA
4#4BCEB3
5#56C3AD
6#61B8A6
7#6CADA0
8#76A299
9#819793
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCE6 | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBD9 | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DBB0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE8C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025040 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFC;
--cyan-100: #DCFEF7;
--cyan-200: #BEFDF1;
--cyan-300: #8DFCE6;
--cyan-400: #51FBD9;
--cyan-500: #1FF9CE;
--cyan-600: #06DBB0;
--cyan-700: #04AE8C;
--cyan-800: #037C64;
--cyan-900: #025040;
--cyan-950: #013228;
}