Cyan
#1ADDFF
CyanColor Codes
All color formats for development
HEX
#1ADDFFRGB
rgb(26, 221, 255)HSL
hsl(189, 100%, 55%)OKLCH
oklch(0.827 0.143 214.5)CMYK
cmyk(90%, 13%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00D7FC
2#00BFE0
3#00A7C4
4#008FA8
5#00778C
6#005F70
7#004854
8#003038
9#00181C
Tints
Lighter variations
1#30E0FF
2#47E3FF
3#5EE7FF
4#75EAFF
5#8CEEFF
6#A3F1FF
7#BAF5FF
8#D1F8FF
9#E8FCFF
Tones
Muted variations
1#25D5F4
2#30CDE8
3#3CC4DD
4#47BCD1
5#53B4C6
6#5EACBA
7#6AA4AF
8#759CA3
9#819498
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFA #DBFAFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF5 #BDF5FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AED #8AEDFF | BordersInactive statesPlaceholder text |
| 400 | 4DE4 #4DE4FF | Disabled statesSecondary iconsMuted text |
| 500 | 1ADD #1ADDFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00BF #00BFE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0098 #0098B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 006C #006C80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0045 #004552 | 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: #F0FDFF;
--cyan-100: #DBFAFF;
--cyan-200: #BDF5FF;
--cyan-300: #8AEDFF;
--cyan-400: #4DE4FF;
--cyan-500: #1ADDFF;
--cyan-600: #00BFE0;
--cyan-700: #0098B3;
--cyan-800: #006C80;
--cyan-900: #004552;
--cyan-950: #002B33;
}