Cyan
#1AFFFF
CyanColor Codes
All color formats for development
HEX
#1AFFFFRGB
rgb(26, 255, 255)HSL
hsl(180, 100%, 55%)OKLCH
oklch(0.907 0.152 194.8)CMYK
cmyk(90%, 0%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00FCFC
2#00E0E0
3#00C4C4
4#00A8A8
5#008C8C
6#007070
7#005454
8#003838
9#001C1C
Tints
Lighter variations
1#30FFFF
2#47FFFF
3#5EFFFF
4#75FFFF
5#8CFFFF
6#A3FFFF
7#BAFFFF
8#D1FFFF
9#E8FFFF
Tones
Muted variations
1#25F4F4
2#30E8E8
3#3CDDDD
4#47D1D1
5#53C6C6
6#5EBABA
7#6AAFAF
8#75A3A3
9#819898
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFFF | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFFF | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B3B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005252 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003333 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFF;
--cyan-100: #DBFFFF;
--cyan-200: #BDFFFF;
--cyan-300: #8AFFFF;
--cyan-400: #4DFFFF;
--cyan-500: #1AFFFF;
--cyan-600: #00E0E0;
--cyan-700: #00B3B3;
--cyan-800: #008080;
--cyan-900: #005252;
--cyan-950: #003333;
}