Cyan
#1DE9FC
CyanColor Codes
All color formats for development
HEX
#1DE9FCRGB
rgb(29, 233, 252)HSL
hsl(185, 97%, 55%)OKLCH
oklch(0.854 0.143 205.5)CMYK
cmyk(88%, 8%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04E4F9
2#03CBDD
3#03B2C1
4#0398A6
5#027F8A
6#02656F
7#014C53
8#013337
9#00191C
Tints
Lighter variations
1#34EBFC
2#4AEDFC
3#61F0FD
4#77F2FD
5#8EF4FD
6#A5F6FE
7#BBF8FE
8#D2FBFE
9#E8FDFF
Tones
Muted variations
1#28E0F0
2#33D6E5
3#3ECDDA
4#49C4CF
5#55BBC4
6#60B1B9
7#6BA8AE
8#769FA3
9#819697
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFC #DCFCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF9 #BEF9FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BF4 #8BF4FD | BordersInactive statesPlaceholder text |
| 400 | 4FEE #4FEEFC | Disabled statesSecondary iconsMuted text |
| 500 | 1DE9 #1DE9FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03CB #03CBDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03A1 #03A1B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0273 #02737E | Text on light backgroundsHeadingsStrong borders |
| 900 | 014A #014A50 | Primary textHigh emphasis contentDark headings |
| 950 | 012E #012E32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFF;
--cyan-100: #DCFCFE;
--cyan-200: #BEF9FE;
--cyan-300: #8BF4FD;
--cyan-400: #4FEEFC;
--cyan-500: #1DE9FC;
--cyan-600: #03CBDD;
--cyan-700: #03A1B0;
--cyan-800: #02737E;
--cyan-900: #014A50;
--cyan-950: #012E32;
}