Cyan
#1EE4FA
CyanColor Codes
All color formats for development
HEX
#1EE4FARGB
rgb(30, 228, 250)HSL
hsl(186, 96%, 55%)OKLCH
oklch(0.841 0.141 207.5)CMYK
cmyk(88%, 9%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05DFF7
2#04C6DC
3#04AEC0
4#0395A5
5#037C89
6#02636E
7#024A52
8#013237
9#01191B
Tints
Lighter variations
1#35E7FB
2#4BEAFB
3#62ECFC
4#78EFFC
5#8FF2FD
6#A5F4FD
7#BCF7FE
8#D2FAFE
9#E9FCFF
Tones
Muted variations
1#29DCEF
2#34D3E4
3#3FCAD9
4#4AC1CE
5#55B8C3
6#60B0B8
7#6BA7AD
8#769EA2
9#819597
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFB #DCFBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF7 #BEF7FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CF1 #8CF1FD | BordersInactive statesPlaceholder text |
| 400 | 50EA #50EAFB | Disabled statesSecondary iconsMuted text |
| 500 | 1EE4 #1EE4FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04C6 #04C6DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 049E #049EAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0371 #03717D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0248 #024850 | Primary textHigh emphasis contentDark headings |
| 950 | 012D #012D32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FDFF;
--cyan-100: #DCFBFE;
--cyan-200: #BEF7FE;
--cyan-300: #8CF1FD;
--cyan-400: #50EAFB;
--cyan-500: #1EE4FA;
--cyan-600: #04C6DC;
--cyan-700: #049EAF;
--cyan-800: #03717D;
--cyan-900: #024850;
--cyan-950: #012D32;
}