Sky Blue
#58E6F3
CyanColor Codes
All color formats for development
HEX
#58E6F3RGB
rgb(88, 230, 243)HSL
hsl(185, 87%, 65%)OKLCH
oklch(0.854 0.121 203.7)CMYK
cmyk(64%, 5%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#39E2F1
2#1ADDEF
3#0FC8D9
4#0DACBA
5#0B8F9B
6#09727C
7#06565D
8#04393E
9#021D1F
Tints
Lighter variations
1#69E9F5
2#79EBF6
3#8AEEF7
4#9BF0F8
5#ACF3F9
6#BCF5FA
7#CDF8FC
8#DEFAFD
9#EEFDFE
Tones
Muted variations
1#60E0EC
2#68DAE4
3#6FD3DC
4#77CDD4
5#7FC6CD
6#87C0C5
7#8EB9BD
8#96B3B5
9#9EACAE
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 {
--sky-blue-50: #F1FDFE;
--sky-blue-100: #DEFAFD;
--sky-blue-200: #C1F6FB;
--sky-blue-300: #91EFF7;
--sky-blue-400: #58E6F3;
--sky-blue-500: #28DFF0;
--sky-blue-600: #0FC2D2;
--sky-blue-700: #0C9AA7;
--sky-blue-800: #086E77;
--sky-blue-900: #05464C;
--sky-blue-950: #032C30;
}