Sky Blue
#57CAF4
BlueColor Codes
All color formats for development
HEX
#57CAF4RGB
rgb(87, 202, 244)HSL
hsl(196, 88%, 65%)OKLCH
oklch(0.79 0.119 225.5)CMYK
cmyk(64%, 17%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38C1F2
2#19B7F0
3#0EA4DA
4#0C8CBB
5#0A759C
6#085E7D
7#06465D
8#042F3E
9#02171F
Tints
Lighter variations
1#68D0F5
2#79D5F6
3#8ADAF8
4#9ADFF9
5#ABE5FA
6#BCEAFB
7#CDEFFC
8#DDF4FD
9#EEFAFE
Tones
Muted variations
1#5FC7EC
2#67C3E5
3#6FBFDD
4#77BCD5
5#7EB8CD
6#86B4C5
7#8EB1BD
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 | C1EB #C1EBFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91DC #91DCF8 | BordersInactive statesPlaceholder text |
| 400 | 57CA #57CAF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27BB #27BBF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D9E #0D9ED3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B7E #0B7EA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 085A #085A78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 053A #053A4D | Primary textHigh emphasis contentDark headings |
| 950 | 0324 #032430 | 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: #C1EBFB;
--sky-blue-300: #91DCF8;
--sky-blue-400: #57CAF4;
--sky-blue-500: #27BBF1;
--sky-blue-600: #0D9ED3;
--sky-blue-700: #0B7EA8;
--sky-blue-800: #085A78;
--sky-blue-900: #053A4D;
--sky-blue-950: #032430;
}