Cyan
#1AF4FF
CyanColor Codes
All color formats for development
HEX
#1AF4FFRGB
rgb(26, 244, 255)HSL
hsl(183, 100%, 55%)OKLCH
oklch(0.881 0.147 200.8)CMYK
cmyk(90%, 4%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00F0FC
2#00D5E0
3#00BBC4
4#00A0A8
5#00858C
6#006B70
7#005054
8#003538
9#001B1C
Tints
Lighter variations
1#30F5FF
2#47F6FF
3#5EF7FF
4#75F8FF
5#8CF9FF
6#A3FAFF
7#BAFCFF
8#D1FDFF
9#E8FEFF
Tones
Muted variations
1#25E9F4
2#30DFE8
3#3CD5DD
4#47CAD1
5#53C0C6
6#5EB6BA
7#6AABAF
8#75A1A3
9#819798
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFD #DBFDFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFC #BDFCFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AF9 #8AF9FF | BordersInactive statesPlaceholder text |
| 400 | 4DF6 #4DF6FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AF4 #1AF4FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00D5 #00D5E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00AA #00AAB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0079 #007980 | Text on light backgroundsHeadingsStrong borders |
| 900 | 004E #004E52 | Primary textHigh emphasis contentDark headings |
| 950 | 0030 #003033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFF;
--cyan-100: #DBFDFF;
--cyan-200: #BDFCFF;
--cyan-300: #8AF9FF;
--cyan-400: #4DF6FF;
--cyan-500: #1AF4FF;
--cyan-600: #00D5E0;
--cyan-700: #00AAB3;
--cyan-800: #007980;
--cyan-900: #004E52;
--cyan-950: #003033;
}