Cyan
#1AFFF4
CyanColor Codes
All color formats for development
HEX
#1AFFF4RGB
rgb(26, 255, 244)HSL
hsl(177, 100%, 55%)OKLCH
oklch(0.903 0.154 189.2)CMYK
cmyk(90%, 0%, 4%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00FCF0
2#00E0D5
3#00C4BB
4#00A8A0
5#008C85
6#00706B
7#005450
8#003835
9#001C1B
Tints
Lighter variations
1#30FFF5
2#47FFF6
3#5EFFF7
4#75FFF8
5#8CFFF9
6#A3FFFA
7#BAFFFC
8#D1FFFD
9#E8FFFE
Tones
Muted variations
1#25F4E9
2#30E8DF
3#3CDDD5
4#47D1CA
5#53C6C0
6#5EBAB6
7#6AAFAB
8#75A3A1
9#819897
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFF9 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFF6 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B3AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008079 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00524E | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFE;
--cyan-100: #DBFFFD;
--cyan-200: #BDFFFC;
--cyan-300: #8AFFF9;
--cyan-400: #4DFFF6;
--cyan-500: #1AFFF4;
--cyan-600: #00E0D5;
--cyan-700: #00B3AA;
--cyan-800: #008079;
--cyan-900: #00524E;
--cyan-950: #003330;
}