Cyan
#1DE5FC
CyanColor Codes
All color formats for development
HEX
#1DE5FCRGB
rgb(29, 229, 252)HSL
hsl(186, 97%, 55%)OKLCH
oklch(0.845 0.142 208)CMYK
cmyk(88%, 9%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04E0F9
2#03C7DD
3#03AEC1
4#0395A6
5#027D8A
6#02646F
7#014B53
8#013237
9#00191C
Tints
Lighter variations
1#34E8FC
2#4AEAFC
3#61EDFD
4#77F0FD
5#8EF2FD
6#A5F5FE
7#BBF7FE
8#D2FAFE
9#E8FCFF
Tones
Muted variations
1#28DCF0
2#33D3E5
3#3ECBDA
4#49C2CF
5#55B9C4
6#60B0B9
7#6BA7AE
8#769EA3
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 | BEF8 #BEF8FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BF2 #8BF2FD | BordersInactive statesPlaceholder text |
| 400 | 4FEB #4FEBFC | Disabled statesSecondary iconsMuted text |
| 500 | 1DE5 #1DE5FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03C7 #03C7DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 039F #039FB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0271 #02717E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0148 #014850 | 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: #BEF8FE;
--cyan-300: #8BF2FD;
--cyan-400: #4FEBFC;
--cyan-500: #1DE5FC;
--cyan-600: #03C7DD;
--cyan-700: #039FB0;
--cyan-800: #02717E;
--cyan-900: #014850;
--cyan-950: #012D32;
}