Sky Blue
#57BBF4
BlueColor Codes
All color formats for development
HEX
#57BBF4RGB
rgb(87, 187, 244)HSL
hsl(202, 88%, 65%)OKLCH
oklch(0.756 0.124 236.7)CMYK
cmyk(64%, 23%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38AEF2
2#19A1F0
3#0E8FDA
4#0C7BBB
5#0A669C
6#08527D
7#063D5D
8#04293E
9#02141F
Tints
Lighter variations
1#68C2F5
2#79C8F6
3#8ACFF8
4#9AD6F9
5#ABDDFA
6#BCE4FB
7#CDEBFC
8#DDF1FD
9#EEF8FE
Tones
Muted variations
1#5FB9EC
2#67B7E5
3#6FB4DD
4#77B2D5
5#7EB0CD
6#86AEC5
7#8EACBD
8#96AAB5
9#9EA8AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF1 #DDF1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E6 #C1E6FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91D2 #91D2F8 | BordersInactive statesPlaceholder text |
| 400 | 57BB #57BBF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27A7 #27A7F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D8B #0D8BD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B6E #0B6EA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 084F #084F78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0532 #05324D | Primary textHigh emphasis contentDark headings |
| 950 | 031F #031F30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F9FE;
--sky-blue-100: #DDF1FD;
--sky-blue-200: #C1E6FB;
--sky-blue-300: #91D2F8;
--sky-blue-400: #57BBF4;
--sky-blue-500: #27A7F1;
--sky-blue-600: #0D8BD3;
--sky-blue-700: #0B6EA8;
--sky-blue-800: #084F78;
--sky-blue-900: #05324D;
--sky-blue-950: #031F30;
}