Cyan
#1CD7FD
CyanColor Codes
All color formats for development
HEX
#1CD7FDRGB
rgb(28, 215, 253)HSL
hsl(190, 98%, 55%)OKLCH
oklch(0.812 0.142 217.2)CMYK
cmyk(89%, 15%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03D1FA
2#02BADE
3#02A2C2
4#028BA7
5#01748B
6#015D6F
7#014653
8#012E38
9#00171C
Tints
Lighter variations
1#33DBFD
2#49DFFD
3#60E3FD
4#77E7FE
5#8DEBFE
6#A4EFFE
7#BBF3FE
8#D2F7FF
9#E8FBFF
Tones
Muted variations
1#27D0F1
2#32C8E6
3#3EC1DB
4#49B9D0
5#54B2C4
6#5FAAB9
7#6BA3AE
8#769BA3
9#819497
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF9 #DCF9FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF4 #BDF4FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BEB #8BEBFE | BordersInactive statesPlaceholder text |
| 400 | 4EE0 #4EE0FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CD7 #1CD7FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02BA #02BADE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0294 #0294B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0169 #01697E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0143 #014351 | 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: #DCF9FF;
--cyan-200: #BDF4FE;
--cyan-300: #8BEBFE;
--cyan-400: #4EE0FD;
--cyan-500: #1CD7FD;
--cyan-600: #02BADE;
--cyan-700: #0294B1;
--cyan-800: #01697E;
--cyan-900: #014351;
--cyan-950: #012A32;
}