Cyan
#1AD9FF
CyanColor Codes
All color formats for development
HEX
#1AD9FFRGB
rgb(26, 217, 255)HSL
hsl(190, 100%, 55%)OKLCH
oklch(0.817 0.143 216.9)CMYK
cmyk(90%, 15%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00D2FC
2#00BBE0
3#00A4C4
4#008CA8
5#00758C
6#005D70
7#004654
8#002F38
9#00171C
Tints
Lighter variations
1#30DDFF
2#47E0FF
3#5EE4FF
4#75E8FF
5#8CECFF
6#A3F0FF
7#BAF4FF
8#D1F7FF
9#E8FBFF
Tones
Muted variations
1#25D1F4
2#30C9E8
3#3CC2DD
4#47BAD1
5#53B3C6
6#5EABBA
7#6AA3AF
8#759CA3
9#819498
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF9 #DBF9FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF4 #BDF4FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AEB #8AEBFF | BordersInactive statesPlaceholder text |
| 400 | 4DE1 #4DE1FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AD9 #1AD9FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00BB #00BBE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0095 #0095B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 006A #006A80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0044 #004452 | Primary textHigh emphasis contentDark headings |
| 950 | 002B #002B33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FCFF;
--cyan-100: #DBF9FF;
--cyan-200: #BDF4FF;
--cyan-300: #8AEBFF;
--cyan-400: #4DE1FF;
--cyan-500: #1AD9FF;
--cyan-600: #00BBE0;
--cyan-700: #0095B3;
--cyan-800: #006A80;
--cyan-900: #004452;
--cyan-950: #002B33;
}