Cyan
#1ACDFF
CyanColor Codes
All color formats for development
HEX
#1ACDFFRGB
rgb(26, 205, 255)HSL
hsl(193, 100%, 55%)OKLCH
oklch(0.789 0.145 224.2)CMYK
cmyk(90%, 20%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00C6FC
2#00B0E0
3#009AC4
4#0084A8
5#006E8C
6#005870
7#004254
8#002C38
9#00161C
Tints
Lighter variations
1#30D2FF
2#47D7FF
3#5EDCFF
4#75E1FF
5#8CE6FF
6#A3EBFF
7#BAF0FF
8#D1F5FF
9#E8FAFF
Tones
Muted variations
1#25C7F4
2#30C0E8
3#3CBADD
4#47B3D1
5#53ADC6
6#5EA6BA
7#6AA0AF
8#7599A3
9#819398
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF7 #DBF7FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF1 #BDF1FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AE6 #8AE6FF | BordersInactive statesPlaceholder text |
| 400 | 4DD8 #4DD8FF | Disabled statesSecondary iconsMuted text |
| 500 | 1ACD #1ACDFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00B0 #00B0E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 008C #008CB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0064 #006480 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0040 #004052 | Primary textHigh emphasis contentDark headings |
| 950 | 0028 #002833 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FCFF;
--cyan-100: #DBF7FF;
--cyan-200: #BDF1FF;
--cyan-300: #8AE6FF;
--cyan-400: #4DD8FF;
--cyan-500: #1ACDFF;
--cyan-600: #00B0E0;
--cyan-700: #008CB3;
--cyan-800: #006480;
--cyan-900: #004052;
--cyan-950: #002833;
}