Sky Blue
#57ABF4
BlueColor Codes
All color formats for development
HEX
#57ABF4RGB
rgb(87, 171, 244)HSL
hsl(208, 88%, 65%)OKLCH
oklch(0.72 0.135 247.2)CMYK
cmyk(64%, 30%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#389BF2
2#198CF0
3#0E7BDA
4#0C69BB
5#0A589C
6#08467D
7#06355D
8#04233E
9#02121F
Tints
Lighter variations
1#68B3F5
2#79BCF6
3#8AC4F8
4#9ACDF9
5#ABD5FA
6#BCDDFB
7#CDE6FC
8#DDEEFD
9#EEF7FE
Tones
Muted variations
1#5FAAEC
2#67AAE5
3#6FA9DD
4#77A9D5
5#7EA8CD
6#86A8C5
7#8EA7BD
8#96A7B5
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 | C1E0 #C1E0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91C8 #91C8F8 | BordersInactive statesPlaceholder text |
| 400 | 57AB #57ABF4 | Disabled statesSecondary iconsMuted text |
| 500 | 2793 #2793F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D77 #0D77D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B5E #0B5EA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0843 #084378 | Text on light backgroundsHeadingsStrong borders |
| 900 | 052B #052B4D | Primary textHigh emphasis contentDark headings |
| 950 | 031B #031B30 | 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: #C1E0FB;
--sky-blue-300: #91C8F8;
--sky-blue-400: #57ABF4;
--sky-blue-500: #2793F1;
--sky-blue-600: #0D77D3;
--sky-blue-700: #0B5EA8;
--sky-blue-800: #084378;
--sky-blue-900: #052B4D;
--sky-blue-950: #031B30;
}