Sky Blue
#57C0F4
BlueColor Codes
All color formats for development
HEX
#57C0F4RGB
rgb(87, 192, 244)HSL
hsl(200, 88%, 65%)OKLCH
oklch(0.767 0.122 233)CMYK
cmyk(64%, 21%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38B4F2
2#19A9F0
3#0E96DA
4#0C81BB
5#0A6B9C
6#08567D
7#06405D
8#042B3E
9#02151F
Tints
Lighter variations
1#68C6F5
2#79CDF6
3#8AD3F8
4#9AD9F9
5#ABDFFA
6#BCE6FB
7#CDECFC
8#DDF2FD
9#EEF9FE
Tones
Muted variations
1#5FBDEC
2#67BBE5
3#6FB8DD
4#77B5D5
5#7EB3CD
6#86B0C5
7#8EAEBD
8#96ABB5
9#9EA8AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF2 #DDF2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E8 #C1E8FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91D6 #91D6F8 | BordersInactive statesPlaceholder text |
| 400 | 57C0 #57C0F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27AE #27AEF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D91 #0D91D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B73 #0B73A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0852 #085278 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0535 #05354D | Primary textHigh emphasis contentDark headings |
| 950 | 0321 #032130 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FAFE;
--sky-blue-100: #DDF2FD;
--sky-blue-200: #C1E8FB;
--sky-blue-300: #91D6F8;
--sky-blue-400: #57C0F4;
--sky-blue-500: #27AEF1;
--sky-blue-600: #0D91D3;
--sky-blue-700: #0B73A8;
--sky-blue-800: #085278;
--sky-blue-900: #05354D;
--sky-blue-950: #032130;
}