Cyan
#1AE0FF
CyanColor Codes
All color formats for development
HEX
#1AE0FFRGB
rgb(26, 224, 255)HSL
hsl(188, 100%, 55%)OKLCH
oklch(0.834 0.143 212.6)CMYK
cmyk(90%, 12%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00DBFC
2#00C2E0
3#00AAC4
4#0092A8
5#007A8C
6#006170
7#004954
8#003138
9#00181C
Tints
Lighter variations
1#30E3FF
2#47E7FF
3#5EEAFF
4#75EDFF
5#8CF0FF
6#A3F3FF
7#BAF6FF
8#D1F9FF
9#E8FCFF
Tones
Muted variations
1#25D8F4
2#30D0E8
3#3CC7DD
4#47BFD1
5#53B6C6
6#5EAEBA
7#6AA5AF
8#759DA3
9#819598
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 | BDF6 #BDF6FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AEF #8AEFFF | BordersInactive statesPlaceholder text |
| 400 | 4DE7 #4DE7FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AE0 #1AE0FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00C2 #00C2E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 009B #009BB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 006F #006F80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0047 #004752 | Primary textHigh emphasis contentDark headings |
| 950 | 002C #002C33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FDFF;
--cyan-100: #DBFAFF;
--cyan-200: #BDF6FF;
--cyan-300: #8AEFFF;
--cyan-400: #4DE7FF;
--cyan-500: #1AE0FF;
--cyan-600: #00C2E0;
--cyan-700: #009BB3;
--cyan-800: #006F80;
--cyan-900: #004752;
--cyan-950: #002C33;
}