Cyan
#1AF0FF
CyanColor Codes
All color formats for development
HEX
#1AF0FFRGB
rgb(26, 240, 255)HSL
hsl(184, 100%, 55%)OKLCH
oklch(0.871 0.146 203)CMYK
cmyk(90%, 6%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00ECFC
2#00D1E0
3#00B7C4
4#009DA8
5#00838C
6#006970
7#004F54
8#003438
9#001A1C
Tints
Lighter variations
1#30F1FF
2#47F3FF
3#5EF4FF
4#75F6FF
5#8CF7FF
6#A3F9FF
7#BAFAFF
8#D1FCFF
9#E8FDFF
Tones
Muted variations
1#25E6F4
2#30DCE8
3#3CD2DD
4#47C8D1
5#53BEC6
6#5EB4BA
7#6AAAAF
8#75A0A3
9#819698
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 | BDFB #BDFBFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AF7 #8AF7FF | BordersInactive statesPlaceholder text |
| 400 | 4DF3 #4DF3FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AF0 #1AF0FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00D1 #00D1E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00A7 #00A7B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0077 #007780 | Text on light backgroundsHeadingsStrong borders |
| 900 | 004C #004C52 | 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: #BDFBFF;
--cyan-300: #8AF7FF;
--cyan-400: #4DF3FF;
--cyan-500: #1AF0FF;
--cyan-600: #00D1E0;
--cyan-700: #00A7B3;
--cyan-800: #007780;
--cyan-900: #004C52;
--cyan-950: #003033;
}