Sky Blue
#57AEF4
BlueColor Codes
All color formats for development
HEX
#57AEF4RGB
rgb(87, 174, 244)HSL
hsl(207, 88%, 65%)OKLCH
oklch(0.727 0.132 245.4)CMYK
cmyk(64%, 29%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#389EF2
2#198FF0
3#0E7EDA
4#0C6CBB
5#0A5A9C
6#08487D
7#06365D
8#04243E
9#02121F
Tints
Lighter variations
1#68B6F5
2#79BEF6
3#8AC6F8
4#9ACEF9
5#ABD6FA
6#BCDEFB
7#CDE7FC
8#DDEFFD
9#EEF7FE
Tones
Muted variations
1#5FADEC
2#67ACE5
3#6FABDD
4#77AAD5
5#7EAACD
6#86A9C5
7#8EA8BD
8#96A7B5
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 | C1E1 #C1E1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91CA #91CAF8 | BordersInactive statesPlaceholder text |
| 400 | 57AE #57AEF4 | Disabled statesSecondary iconsMuted text |
| 500 | 2796 #2796F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D7A #0D7AD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B61 #0B61A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0845 #084578 | Text on light backgroundsHeadingsStrong borders |
| 900 | 052C #052C4D | 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: #C1E1FB;
--sky-blue-300: #91CAF8;
--sky-blue-400: #57AEF4;
--sky-blue-500: #2796F1;
--sky-blue-600: #0D7AD3;
--sky-blue-700: #0B61A8;
--sky-blue-800: #084578;
--sky-blue-900: #052C4D;
--sky-blue-950: #031C30;
}