Sky Blue
#56C8F5
BlueColor Codes
All color formats for development
HEX
#56C8F5RGB
rgb(86, 200, 245)HSL
hsl(197, 89%, 65%)OKLCH
oklch(0.785 0.12 227.5)CMYK
cmyk(65%, 18%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#37BEF3
2#18B4F2
3#0DA1DB
4#0B8ABC
5#09739D
6#075C7D
7#05455E
8#042E3F
9#02171F
Tints
Lighter variations
1#67CEF6
2#78D3F7
3#89D9F8
4#9ADEF9
5#ABE4FA
6#BCE9FB
7#CCEFFC
8#DDF4FD
9#EEFAFE
Tones
Muted variations
1#5EC5ED
2#66C1E5
3#6EBEDD
4#76BAD5
5#7EB7CD
6#86B4C6
7#8EB0BE
8#96ADB6
9#9EA9AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF4 #DDF4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0EB #C0EBFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90DB #90DBF9 | BordersInactive statesPlaceholder text |
| 400 | 56C8 #56C8F5 | Disabled statesSecondary iconsMuted text |
| 500 | 26B9 #26B9F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C9B #0C9BD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A7C #0A7CA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0758 #075878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0439 #04394D | 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: #F1FAFE;
--sky-blue-100: #DDF4FD;
--sky-blue-200: #C0EBFB;
--sky-blue-300: #90DBF9;
--sky-blue-400: #56C8F5;
--sky-blue-500: #26B9F2;
--sky-blue-600: #0C9BD4;
--sky-blue-700: #0A7CA9;
--sky-blue-800: #075878;
--sky-blue-900: #04394D;
--sky-blue-950: #032330;
}