Cyan
#1ED6FA
CyanColor Codes
All color formats for development
HEX
#1ED6FARGB
rgb(30, 214, 250)HSL
hsl(190, 96%, 55%)OKLCH
oklch(0.809 0.14 216.2)CMYK
cmyk(88%, 14%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05CFF7
2#04B8DC
3#04A1C0
4#038AA5
5#037389
6#025C6E
7#024552
8#012E37
9#01171B
Tints
Lighter variations
1#35DAFB
2#4BDEFB
3#62E2FC
4#78E6FC
5#8FEAFD
6#A5EEFD
7#BCF3FE
8#D2F7FE
9#E9FBFF
Tones
Muted variations
1#29CEEF
2#34C7E4
3#3FC0D9
4#4AB8CE
5#55B1C3
6#60AAB8
7#6BA2AD
8#769BA2
9#819497
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF9 #DCF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF3 #BEF3FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CEA #8CEAFD | BordersInactive statesPlaceholder text |
| 400 | 50DF #50DFFB | Disabled statesSecondary iconsMuted text |
| 500 | 1ED6 #1ED6FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04B8 #04B8DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0492 #0492AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0369 #03697D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0243 #024350 | Primary textHigh emphasis contentDark headings |
| 950 | 012A #012A32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FCFF;
--cyan-100: #DCF9FE;
--cyan-200: #BEF3FE;
--cyan-300: #8CEAFD;
--cyan-400: #50DFFB;
--cyan-500: #1ED6FA;
--cyan-600: #04B8DC;
--cyan-700: #0492AF;
--cyan-800: #03697D;
--cyan-900: #024350;
--cyan-950: #012A32;
}