Cyan
#1EE1FA
CyanColor Codes
All color formats for development
HEX
#1EE1FARGB
rgb(30, 225, 250)HSL
hsl(187, 96%, 55%)OKLCH
oklch(0.834 0.141 209.3)CMYK
cmyk(88%, 10%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05DBF7
2#04C3DC
3#04AAC0
4#0392A5
5#037A89
6#02616E
7#024952
8#013137
9#01181B
Tints
Lighter variations
1#35E4FB
2#4BE7FB
3#62EAFC
4#78EDFC
5#8FF0FD
6#A5F3FD
7#BCF6FE
8#D2F9FE
9#E9FCFF
Tones
Muted variations
1#29D8EF
2#34D0E4
3#3FC7D9
4#4ABFCE
5#55B6C3
6#60AEB8
7#6BA6AD
8#769DA2
9#819597
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFA #DCFAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF6 #BEF6FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CF0 #8CF0FD | BordersInactive statesPlaceholder text |
| 400 | 50E7 #50E7FB | Disabled statesSecondary iconsMuted text |
| 500 | 1EE1 #1EE1FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04C3 #04C3DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 049B #049BAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 036F #036F7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0247 #024750 | Primary textHigh emphasis contentDark headings |
| 950 | 012C #012C32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FDFF;
--cyan-100: #DCFAFE;
--cyan-200: #BEF6FE;
--cyan-300: #8CF0FD;
--cyan-400: #50E7FB;
--cyan-500: #1EE1FA;
--cyan-600: #04C3DC;
--cyan-700: #049BAF;
--cyan-800: #036F7D;
--cyan-900: #024750;
--cyan-950: #012C32;
}