Sky Blue
#55C1F7
BlueColor Codes
All color formats for development
HEX
#55C1F7RGB
rgb(85, 193, 247)HSL
hsl(200, 91%, 65%)OKLCH
oklch(0.77 0.125 233.5)CMYK
cmyk(66%, 22%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35B5F5
2#15AAF4
3#0A97DE
4#0982BE
5#076C9E
6#06567F
7#04415F
8#032B3F
9#011620
Tints
Lighter variations
1#66C7F8
2#77CDF9
3#88D3F9
4#99DAFA
5#AAE0FB
6#BBE6FC
7#CCECFD
8#DDF3FD
9#EEF9FE
Tones
Muted variations
1#5DBEEF
2#65BBE7
3#6DB9DF
4#75B6D6
5#7DB3CE
6#85B1C6
7#8DAEBE
8#96ABB6
9#9EA8AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF3 #DDF3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E8 #C0E8FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FD6 #8FD6FA | BordersInactive statesPlaceholder text |
| 400 | 55C1 #55C1F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24AF #24AFF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A92 #0A92D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0874 #0874AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0653 #06537A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0435 #04354E | Primary textHigh emphasis contentDark headings |
| 950 | 0221 #022131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FAFE;
--sky-blue-100: #DDF3FD;
--sky-blue-200: #C0E8FC;
--sky-blue-300: #8FD6FA;
--sky-blue-400: #55C1F7;
--sky-blue-500: #24AFF5;
--sky-blue-600: #0A92D6;
--sky-blue-700: #0874AA;
--sky-blue-800: #06537A;
--sky-blue-900: #04354E;
--sky-blue-950: #022131;
}