Sky Blue
#57C8F4
BlueColor Codes
All color formats for development
HEX
#57C8F4RGB
rgb(87, 200, 244)HSL
hsl(197, 88%, 65%)OKLCH
oklch(0.785 0.119 227)CMYK
cmyk(64%, 18%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38BEF2
2#19B3F0
3#0EA0DA
4#0C89BB
5#0A729C
6#085C7D
7#06455D
8#042E3E
9#02171F
Tints
Lighter variations
1#68CDF5
2#79D3F6
3#8AD8F8
4#9ADEF9
5#ABE3FA
6#BCE9FB
7#CDEEFC
8#DDF4FD
9#EEF9FE
Tones
Muted variations
1#5FC4EC
2#67C1E5
3#6FBEDD
4#77BAD5
5#7EB7CD
6#86B3C5
7#8EB0BD
8#96ADB5
9#9EA9AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF4 #DDF4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1EA #C1EAFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91DB #91DBF8 | BordersInactive statesPlaceholder text |
| 400 | 57C8 #57C8F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27B8 #27B8F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D9B #0D9BD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B7B #0B7BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0858 #085878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0538 #05384D | Primary textHigh emphasis contentDark headings |
| 950 | 0323 #032330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FAFE;
--sky-blue-100: #DDF4FD;
--sky-blue-200: #C1EAFB;
--sky-blue-300: #91DBF8;
--sky-blue-400: #57C8F4;
--sky-blue-500: #27B8F1;
--sky-blue-600: #0D9BD3;
--sky-blue-700: #0B7BA8;
--sky-blue-800: #085878;
--sky-blue-900: #05384D;
--sky-blue-950: #032330;
}