Cyan
#28D2F0
CyanColor Codes
All color formats for development
HEX
#28D2F0RGB
rgb(40, 210, 240)HSL
hsl(189, 87%, 55%)OKLCH
oklch(0.796 0.133 213.6)CMYK
cmyk(83%, 13%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10CBEC
2#0FB5D2
3#0D9EB8
4#0B879D
5#097183
6#075A69
7#05444F
8#042D34
9#02171A
Tints
Lighter variations
1#3ED7F2
2#53DBF3
3#69E0F5
4#7EE4F6
5#94E9F8
6#A9EDF9
7#BFF2FB
8#D4F6FC
9#EAFBFE
Tones
Muted variations
1#32CBE6
2#3CC4DC
3#46BDD2
4#50B6C8
5#5AAFBE
6#64A8B4
7#6EA1AA
8#789AA0
9#829396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF8 #DEF8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F2 #C1F2FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E8 #91E8F7 | BordersInactive statesPlaceholder text |
| 400 | 58DC #58DCF3 | Disabled statesSecondary iconsMuted text |
| 500 | 28D2 #28D2F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FB5 #0FB5D2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C90 #0C90A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0867 #086777 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0542 #05424C | Primary textHigh emphasis contentDark headings |
| 950 | 0329 #032930 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FCFE;
--cyan-100: #DEF8FD;
--cyan-200: #C1F2FB;
--cyan-300: #91E8F7;
--cyan-400: #58DCF3;
--cyan-500: #28D2F0;
--cyan-600: #0FB5D2;
--cyan-700: #0C90A7;
--cyan-800: #086777;
--cyan-900: #05424C;
--cyan-950: #032930;
}