Cyan
#1ED2FA
CyanColor Codes
All color formats for development
HEX
#1ED2FARGB
rgb(30, 210, 250)HSL
hsl(191, 96%, 55%)OKLCH
oklch(0.799 0.14 218.8)CMYK
cmyk(88%, 16%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05CBF7
2#04B4DC
3#049EC0
4#0387A5
5#037189
6#025A6E
7#024452
8#012D37
9#01171B
Tints
Lighter variations
1#35D7FB
2#4BDBFB
3#62E0FC
4#78E4FC
5#8FE9FD
6#A5EDFD
7#BCF2FE
8#D2F6FE
9#E9FBFF
Tones
Muted variations
1#29CBEF
2#34C4E4
3#3FBDD9
4#4AB6CE
5#55AFC3
6#60A8B8
7#6BA1AD
8#769AA2
9#819397
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF8 #DCF8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF2 #BEF2FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CE8 #8CE8FD | BordersInactive statesPlaceholder text |
| 400 | 50DC #50DCFB | Disabled statesSecondary iconsMuted text |
| 500 | 1ED2 #1ED2FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04B4 #04B4DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0490 #0490AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0367 #03677D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0242 #024250 | Primary textHigh emphasis contentDark headings |
| 950 | 0129 #012932 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FCFF;
--cyan-100: #DCF8FE;
--cyan-200: #BEF2FE;
--cyan-300: #8CE8FD;
--cyan-400: #50DCFB;
--cyan-500: #1ED2FA;
--cyan-600: #04B4DC;
--cyan-700: #0490AF;
--cyan-800: #03677D;
--cyan-900: #024250;
--cyan-950: #012932;
}