Cyan
#1AECFF
CyanColor Codes
All color formats for development
HEX
#1AECFFRGB
rgb(26, 236, 255)HSL
hsl(185, 100%, 55%)OKLCH
oklch(0.862 0.145 205.4)CMYK
cmyk(90%, 7%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00E7FC
2#00CEE0
3#00B4C4
4#009AA8
5#00818C
6#006770
7#004D54
8#003338
9#001A1C
Tints
Lighter variations
1#30EEFF
2#47F0FF
3#5EF2FF
4#75F4FF
5#8CF5FF
6#A3F7FF
7#BAF9FF
8#D1FBFF
9#E8FDFF
Tones
Muted variations
1#25E2F4
2#30D9E8
3#3CCFDD
4#47C6D1
5#53BCC6
6#5EB3BA
7#6AA9AF
8#759FA3
9#819698
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFC #DBFCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF9 #BDF9FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AF5 #8AF5FF | BordersInactive statesPlaceholder text |
| 400 | 4DF0 #4DF0FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AEC #1AECFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00CE #00CEE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00A4 #00A4B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0075 #007580 | Text on light backgroundsHeadingsStrong borders |
| 900 | 004B #004B52 | Primary textHigh emphasis contentDark headings |
| 950 | 002F #002F33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFF;
--cyan-100: #DBFCFF;
--cyan-200: #BDF9FF;
--cyan-300: #8AF5FF;
--cyan-400: #4DF0FF;
--cyan-500: #1AECFF;
--cyan-600: #00CEE0;
--cyan-700: #00A4B3;
--cyan-800: #007580;
--cyan-900: #004B52;
--cyan-950: #002F33;
}