Sky Blue
#57B0F4
BlueColor Codes
All color formats for development
HEX
#57B0F4RGB
rgb(87, 176, 244)HSL
hsl(206, 88%, 65%)OKLCH
oklch(0.731 0.131 244.1)CMYK
cmyk(64%, 28%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38A2F2
2#1993F0
3#0E82DA
4#0C6FBB
5#0A5D9C
6#084A7D
7#06385D
8#04253E
9#02131F
Tints
Lighter variations
1#68B8F5
2#79C0F6
3#8AC8F8
4#9AD0F9
5#ABD8FA
6#BCDFFB
7#CDE7FC
8#DDEFFD
9#EEF7FE
Tones
Muted variations
1#5FAFEC
2#67AEE5
3#6FADDD
4#77ACD5
5#7EABCD
6#86AAC5
7#8EA9BD
8#96A8B5
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 | C1E2 #C1E2FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91CB #91CBF8 | BordersInactive statesPlaceholder text |
| 400 | 57B0 #57B0F4 | Disabled statesSecondary iconsMuted text |
| 500 | 279A #279AF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D7D #0D7DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B64 #0B64A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0847 #084778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 052E #052E4D | Primary textHigh emphasis contentDark headings |
| 950 | 031C #031C30 | 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: #C1E2FB;
--sky-blue-300: #91CBF8;
--sky-blue-400: #57B0F4;
--sky-blue-500: #279AF1;
--sky-blue-600: #0D7DD3;
--sky-blue-700: #0B64A8;
--sky-blue-800: #084778;
--sky-blue-900: #052E4D;
--sky-blue-950: #031C30;
}