Cyan
#1FF9F9
CyanColor Codes
All color formats for development
HEX
#1FF9F9RGB
rgb(31, 249, 249)HSL
hsl(180, 95%, 55%)OKLCH
oklch(0.891 0.149 194.8)CMYK
cmyk(88%, 0%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06F6F6
2#06DBDB
3#05BFBF
4#04A4A4
5#048989
6#036D6D
7#025252
8#013737
9#011B1B
Tints
Lighter variations
1#36FAFA
2#4CFAFA
3#62FBFB
4#79FCFC
5#8FFCFC
6#A5FDFD
7#BCFDFD
8#D2FEFE
9#E9FEFE
Tones
Muted variations
1#2AEEEE
2#35E3E3
3#40D9D9
4#4BCECE
5#56C3C3
6#61B8B8
7#6CADAD
8#76A2A2
9#819797
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCFC | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBFB | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DBDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AEAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025050 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013232 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFF;
--cyan-100: #DCFEFE;
--cyan-200: #BEFDFD;
--cyan-300: #8DFCFC;
--cyan-400: #51FBFB;
--cyan-500: #1FF9F9;
--cyan-600: #06DBDB;
--cyan-700: #04AEAE;
--cyan-800: #037C7C;
--cyan-900: #025050;
--cyan-950: #013232;
}