Cyan
#1DE2FC
CyanColor Codes
All color formats for development
HEX
#1DE2FCRGB
rgb(29, 226, 252)HSL
hsl(187, 97%, 55%)OKLCH
oklch(0.837 0.141 209.8)CMYK
cmyk(88%, 10%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04DCF9
2#03C4DD
3#03ABC1
4#0393A6
5#027A8A
6#02626F
7#014953
8#013137
9#00181C
Tints
Lighter variations
1#34E5FC
2#4AE7FC
3#61EAFD
4#77EDFD
5#8EF0FD
6#A5F3FE
7#BBF6FE
8#D2F9FE
9#E8FCFF
Tones
Muted variations
1#28D9F0
2#33D1E5
3#3EC8DA
4#49BFCF
5#55B7C4
6#60AEB9
7#6BA6AE
8#769DA3
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 | BEF7 #BEF7FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BF0 #8BF0FD | BordersInactive statesPlaceholder text |
| 400 | 4FE8 #4FE8FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DE2 #1DE2FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03C4 #03C4DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 039C #039CB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 026F #026F7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0147 #014750 | 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: #BEF7FE;
--cyan-300: #8BF0FD;
--cyan-400: #4FE8FC;
--cyan-500: #1DE2FC;
--cyan-600: #03C4DD;
--cyan-700: #039CB0;
--cyan-800: #026F7E;
--cyan-900: #014750;
--cyan-950: #012C32;
}