Sky Blue
#57A8F4
BlueColor Codes
All color formats for development
HEX
#57A8F4RGB
rgb(87, 168, 244)HSL
hsl(209, 88%, 65%)OKLCH
oklch(0.713 0.137 249)CMYK
cmyk(64%, 31%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3898F2
2#1988F0
3#0E77DA
4#0C66BB
5#0A559C
6#08447D
7#06335D
8#04223E
9#02111F
Tints
Lighter variations
1#68B1F5
2#79BAF6
3#8AC2F8
4#9ACBF9
5#ABD4FA
6#BCDCFB
7#CDE5FC
8#DDEEFD
9#EEF6FE
Tones
Muted variations
1#5FA8EC
2#67A8E5
3#6FA8DD
4#77A7D5
5#7EA7CD
6#86A7C5
7#8EA7BD
8#96A6B5
9#9EA6AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEE #DDEEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1DF #C1DFFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91C6 #91C6F8 | BordersInactive statesPlaceholder text |
| 400 | 57A8 #57A8F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2790 #2790F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D73 #0D73D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B5C #0B5CA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0842 #084278 | Text on light backgroundsHeadingsStrong borders |
| 900 | 052A #052A4D | Primary textHigh emphasis contentDark headings |
| 950 | 031A #031A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FE;
--sky-blue-100: #DDEEFD;
--sky-blue-200: #C1DFFB;
--sky-blue-300: #91C6F8;
--sky-blue-400: #57A8F4;
--sky-blue-500: #2790F1;
--sky-blue-600: #0D73D3;
--sky-blue-700: #0B5CA8;
--sky-blue-800: #084278;
--sky-blue-900: #052A4D;
--sky-blue-950: #031A30;
}