Sky Blue
#56C3F5
BlueColor Codes
All color formats for development
HEX
#56C3F5RGB
rgb(86, 195, 245)HSL
hsl(199, 89%, 65%)OKLCH
oklch(0.774 0.122 231.2)CMYK
cmyk(65%, 20%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#37B8F3
2#18ADF2
3#0D9ADB
4#0B84BC
5#096E9D
6#07587D
7#05425E
8#042C3F
9#02161F
Tints
Lighter variations
1#67C9F6
2#78CFF7
3#89D5F8
4#9ADBF9
5#ABE1FA
6#BCE7FB
7#CCEDFC
8#DDF3FD
9#EEF9FE
Tones
Muted variations
1#5EC0ED
2#66BDE5
3#6EBADD
4#76B7D5
5#7EB4CD
6#86B1C6
7#8EAEBE
8#96ACB6
9#9EA9AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF3 #DDF3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E9 #C0E9FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90D7 #90D7F9 | BordersInactive statesPlaceholder text |
| 400 | 56C3 #56C3F5 | Disabled statesSecondary iconsMuted text |
| 500 | 26B2 #26B2F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C95 #0C95D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A76 #0A76A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0755 #075578 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0436 #04364D | 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: #DDF3FD;
--sky-blue-200: #C0E9FB;
--sky-blue-300: #90D7F9;
--sky-blue-400: #56C3F5;
--sky-blue-500: #26B2F2;
--sky-blue-600: #0C95D4;
--sky-blue-700: #0A76A9;
--sky-blue-800: #075578;
--sky-blue-900: #04364D;
--sky-blue-950: #032230;
}