Cyan
#1FE7F9
CyanColor Codes
All color formats for development
HEX
#1FE7F9RGB
rgb(31, 231, 249)HSL
hsl(185, 95%, 55%)OKLCH
oklch(0.848 0.141 205.1)CMYK
cmyk(88%, 7%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06E2F6
2#06C9DB
3#05B0BF
4#0497A4
5#047E89
6#03656D
7#024B52
8#013237
9#01191B
Tints
Lighter variations
1#36E9FA
2#4CECFA
3#62EEFB
4#79F1FC
5#8FF3FC
6#A5F5FD
7#BCF8FD
8#D2FAFE
9#E9FDFE
Tones
Muted variations
1#2ADEEE
2#35D5E3
3#40CCD9
4#4BC3CE
5#56BAC3
6#61B1B8
7#6CA8AD
8#769EA2
9#819597
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFB #DCFBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF8 #BEF8FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DF3 #8DF3FC | BordersInactive statesPlaceholder text |
| 400 | 51EC #51ECFB | Disabled statesSecondary iconsMuted text |
| 500 | 1FE7 #1FE7F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06C9 #06C9DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04A0 #04A0AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0372 #03727C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0249 #024950 | Primary textHigh emphasis contentDark headings |
| 950 | 012E #012E32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FDFF;
--cyan-100: #DCFBFE;
--cyan-200: #BEF8FD;
--cyan-300: #8DF3FC;
--cyan-400: #51ECFB;
--cyan-500: #1FE7F9;
--cyan-600: #06C9DB;
--cyan-700: #04A0AE;
--cyan-800: #03727C;
--cyan-900: #024950;
--cyan-950: #012E32;
}