Sky Blue
#55C6F6
BlueColor Codes
All color formats for development
HEX
#55C6F6RGB
rgb(85, 198, 246)HSL
hsl(198, 90%, 65%)OKLCH
oklch(0.781 0.122 229.3)CMYK
cmyk(65%, 20%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36BBF4
2#16B1F3
3#0C9EDC
4#0A87BD
5#08719D
6#075A7E
7#05445E
8#032D3F
9#02171F
Tints
Lighter variations
1#66CCF7
2#77D1F8
3#88D7F9
4#99DDFA
5#AAE2FB
6#BBE8FB
7#CCEEFC
8#DDF4FD
9#EEF9FE
Tones
Muted variations
1#5DC3EE
2#65BFE6
3#6EBCDE
4#76B9D6
5#7EB6CE
6#86B3C6
7#8EAFBE
8#96ACB6
9#9EA9AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF4 #DDF4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0EA #C0EAFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90D9 #90D9F9 | BordersInactive statesPlaceholder text |
| 400 | 55C6 #55C6F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25B6 #25B6F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B99 #0B99D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0979 #0979AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0657 #065779 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0437 #04374E | Primary textHigh emphasis contentDark headings |
| 950 | 0323 #032330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FAFE;
--sky-blue-100: #DDF4FD;
--sky-blue-200: #C0EAFC;
--sky-blue-300: #90D9F9;
--sky-blue-400: #55C6F6;
--sky-blue-500: #25B6F4;
--sky-blue-600: #0B99D5;
--sky-blue-700: #0979AA;
--sky-blue-800: #065779;
--sky-blue-900: #04374E;
--sky-blue-950: #032330;
}