Cyan
#1FE0F9
CyanColor Codes
All color formats for development
HEX
#1FE0F9RGB
rgb(31, 224, 249)HSL
hsl(187, 95%, 55%)OKLCH
oklch(0.832 0.14 209.4)CMYK
cmyk(88%, 10%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06DAF6
2#06C2DB
3#05AABF
4#0491A4
5#047989
6#03616D
7#024952
8#013037
9#01181B
Tints
Lighter variations
1#36E3FA
2#4CE6FA
3#62E9FB
4#79ECFC
5#8FEFFC
6#A5F3FD
7#BCF6FD
8#D2F9FE
9#E9FCFE
Tones
Muted variations
1#2AD7EE
2#35CFE3
3#40C7D9
4#4BBECE
5#56B6C3
6#61AEB8
7#6CA5AD
8#769DA2
9#819597
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFA #DCFAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF6 #BEF6FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DEF #8DEFFC | BordersInactive statesPlaceholder text |
| 400 | 51E7 #51E7FB | Disabled statesSecondary iconsMuted text |
| 500 | 1FE0 #1FE0F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06C2 #06C2DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 049A #049AAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 036E #036E7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0247 #024750 | Primary textHigh emphasis contentDark headings |
| 950 | 012C #012C32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FDFF;
--cyan-100: #DCFAFE;
--cyan-200: #BEF6FD;
--cyan-300: #8DEFFC;
--cyan-400: #51E7FB;
--cyan-500: #1FE0F9;
--cyan-600: #06C2DB;
--cyan-700: #049AAE;
--cyan-800: #036E7C;
--cyan-900: #024750;
--cyan-950: #012C32;
}