Cyan
#1ECEFA
CyanColor Codes
All color formats for development
HEX
#1ECEFARGB
rgb(30, 206, 250)HSL
hsl(192, 96%, 55%)OKLCH
oklch(0.79 0.141 221.3)CMYK
cmyk(88%, 18%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05C7F7
2#04B1DC
3#049BC0
4#0385A5
5#036F89
6#02586E
7#024252
8#012C37
9#01161B
Tints
Lighter variations
1#35D3FB
2#4BD8FB
3#62DDFC
4#78E2FC
5#8FE7FD
6#A5ECFD
7#BCF0FE
8#D2F5FE
9#E9FAFF
Tones
Muted variations
1#29C8EF
2#34C1E4
3#3FBBD9
4#4AB4CE
5#55ADC3
6#60A7B8
7#6BA0AD
8#7699A2
9#819397
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF7 #DCF7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF1 #BEF1FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CE6 #8CE6FD | BordersInactive statesPlaceholder text |
| 400 | 50D9 #50D9FB | Disabled statesSecondary iconsMuted text |
| 500 | 1ECE #1ECEFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04B1 #04B1DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 048D #048DAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0364 #03647D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0240 #024050 | Primary textHigh emphasis contentDark headings |
| 950 | 0128 #012832 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FCFF;
--cyan-100: #DCF7FE;
--cyan-200: #BEF1FE;
--cyan-300: #8CE6FD;
--cyan-400: #50D9FB;
--cyan-500: #1ECEFA;
--cyan-600: #04B1DC;
--cyan-700: #048DAF;
--cyan-800: #03647D;
--cyan-900: #024050;
--cyan-950: #012832;
}