Cyan
#28DFF0
CyanColor Codes
All color formats for development
HEX
#28DFF0RGB
rgb(40, 223, 240)HSL
hsl(185, 87%, 55%)OKLCH
oklch(0.827 0.136 205)CMYK
cmyk(83%, 7%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10DAEC
2#0FC2D2
3#0DA9B8
4#0B919D
5#097983
6#076169
7#05494F
8#043034
9#02181A
Tints
Lighter variations
1#3EE3F2
2#53E6F3
3#69E9F5
4#7EECF6
5#94EFF8
6#A9F2F9
7#BFF6FB
8#D4F9FC
9#EAFCFE
Tones
Muted variations
1#32D7E6
2#3CCFDC
3#46C6D2
4#50BEC8
5#5AB6BE
6#64AEB4
7#6EA5AA
8#789DA0
9#829596
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFA #DEFAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F6 #C1F6FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91EF #91EFF7 | BordersInactive statesPlaceholder text |
| 400 | 58E6 #58E6F3 | Disabled statesSecondary iconsMuted text |
| 500 | 28DF #28DFF0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FC2 #0FC2D2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C9A #0C9AA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 086E #086E77 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0546 #05464C | Primary textHigh emphasis contentDark headings |
| 950 | 032C #032C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFE;
--cyan-100: #DEFAFD;
--cyan-200: #C1F6FB;
--cyan-300: #91EFF7;
--cyan-400: #58E6F3;
--cyan-500: #28DFF0;
--cyan-600: #0FC2D2;
--cyan-700: #0C9AA7;
--cyan-800: #086E77;
--cyan-900: #05464C;
--cyan-950: #032C30;
}