Sky Blue
#58C5F3
BlueColor Codes
All color formats for development
HEX
#58C5F3RGB
rgb(88, 197, 243)HSL
hsl(198, 87%, 65%)OKLCH
oklch(0.778 0.119 228.9)CMYK
cmyk(64%, 19%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#39BAF1
2#1AAFEF
3#0F9CD9
4#0D86BA
5#0B709B
6#09597C
7#06435D
8#042D3E
9#02161F
Tints
Lighter variations
1#69CBF5
2#79D0F6
3#8AD6F7
4#9BDCF8
5#ACE2F9
6#BCE8FA
7#CDEEFC
8#DEF3FD
9#EEF9FE
Tones
Muted variations
1#60C2EC
2#68BFE4
3#6FBBDC
4#77B8D4
5#7FB5CD
6#87B2C5
7#8EAFBD
8#96ACB5
9#9EA9AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF3 #DEF3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E9 #C1E9FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91D9 #91D9F7 | BordersInactive statesPlaceholder text |
| 400 | 58C5 #58C5F3 | Disabled statesSecondary iconsMuted text |
| 500 | 28B4 #28B4F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0F97 #0F97D2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C78 #0C78A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0856 #085677 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0537 #05374C | Primary textHigh emphasis contentDark headings |
| 950 | 0322 #032230 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FAFE;
--sky-blue-100: #DEF3FD;
--sky-blue-200: #C1E9FB;
--sky-blue-300: #91D9F7;
--sky-blue-400: #58C5F3;
--sky-blue-500: #28B4F0;
--sky-blue-600: #0F97D2;
--sky-blue-700: #0C78A7;
--sky-blue-800: #085677;
--sky-blue-900: #05374C;
--sky-blue-950: #032230;
}