Sky Blue
#56B0F5
BlueColor Codes
All color formats for development
HEX
#56B0F5RGB
rgb(86, 176, 245)HSL
hsl(206, 89%, 65%)OKLCH
oklch(0.731 0.132 244.3)CMYK
cmyk(65%, 28%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#37A2F3
2#1893F2
3#0D82DB
4#0B6FBC
5#095D9D
6#074A7D
7#05385E
8#04253F
9#02131F
Tints
Lighter variations
1#67B8F6
2#78C0F7
3#89C8F8
4#9AD0F9
5#ABD8FA
6#BCE0FB
7#CCE7FC
8#DDEFFD
9#EEF7FE
Tones
Muted variations
1#5EAFED
2#66AEE5
3#6EADDD
4#76ACD5
5#7EABCD
6#86AAC6
7#8EA9BE
8#96A8B6
9#9EA7AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEF #DDEFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E2 #C0E2FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90CB #90CBF9 | BordersInactive statesPlaceholder text |
| 400 | 56B0 #56B0F5 | Disabled statesSecondary iconsMuted text |
| 500 | 269A #269AF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C7E #0C7ED4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A64 #0A64A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0747 #074778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 042E #042E4D | Primary textHigh emphasis contentDark headings |
| 950 | 031D #031D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FE;
--sky-blue-100: #DDEFFD;
--sky-blue-200: #C0E2FB;
--sky-blue-300: #90CBF9;
--sky-blue-400: #56B0F5;
--sky-blue-500: #269AF2;
--sky-blue-600: #0C7ED4;
--sky-blue-700: #0A64A9;
--sky-blue-800: #074778;
--sky-blue-900: #042E4D;
--sky-blue-950: #031D30;
}