Sky Blue
#57C3F4
BlueColor Codes
All color formats for development
HEX
#57C3F4RGB
rgb(87, 195, 244)HSL
hsl(199, 88%, 65%)OKLCH
oklch(0.774 0.121 230.8)CMYK
cmyk(64%, 20%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38B7F2
2#19ACF0
3#0E99DA
4#0C84BB
5#0A6E9C
6#08587D
7#06425D
8#042C3E
9#02161F
Tints
Lighter variations
1#68C9F5
2#79CFF6
3#8AD5F8
4#9ADBF9
5#ABE1FA
6#BCE7FB
7#CDEDFC
8#DDF3FD
9#EEF9FE
Tones
Muted variations
1#5FC0EC
2#67BDE5
3#6FBADD
4#77B7D5
5#7EB4CD
6#86B1C5
7#8EAEBD
8#96ACB5
9#9EA9AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF3 #DDF3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E9 #C1E9FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91D7 #91D7F8 | BordersInactive statesPlaceholder text |
| 400 | 57C3 #57C3F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27B1 #27B1F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D94 #0D94D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B76 #0B76A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0854 #085478 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0536 #05364D | Primary textHigh emphasis contentDark headings |
| 950 | 0322 #032230 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FAFE;
--sky-blue-100: #DDF3FD;
--sky-blue-200: #C1E9FB;
--sky-blue-300: #91D7F8;
--sky-blue-400: #57C3F4;
--sky-blue-500: #27B1F1;
--sky-blue-600: #0D94D3;
--sky-blue-700: #0B76A8;
--sky-blue-800: #085478;
--sky-blue-900: #05364D;
--sky-blue-950: #032230;
}