Sky Blue
#50BAFB
BlueColor Codes
All color formats for development
HEX
#50BAFBRGB
rgb(80, 186, 251)HSL
hsl(203, 96%, 65%)OKLCH
oklch(0.754 0.135 239.1)CMYK
cmyk(68%, 26%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#30ADFB
2#0FA0FA
3#058EE3
4#047AC3
5#0365A2
6#035182
7#023D61
8#012941
9#011420
Tints
Lighter variations
1#62C1FC
2#73C8FC
3#85CFFD
4#96D5FD
5#A8DCFD
6#B9E3FE
7#CBEAFE
8#DCF1FE
9#EEF8FF
Tones
Muted variations
1#59B8F3
2#61B6EA
3#6AB4E2
4#72B2D9
5#7BB0D1
6#83AEC8
7#8CACBF
8#95AAB7
9#9DA8AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF1 #DCF1FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE5 #BEE5FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CD1 #8CD1FD | BordersInactive statesPlaceholder text |
| 400 | 50BA #50BAFB | Disabled statesSecondary iconsMuted text |
| 500 | 1EA6 #1EA6FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0489 #0489DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 046D #046DAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 034E #034E7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0232 #023250 | Primary textHigh emphasis contentDark headings |
| 950 | 011F #011F32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F9FF;
--sky-blue-100: #DCF1FE;
--sky-blue-200: #BEE5FE;
--sky-blue-300: #8CD1FD;
--sky-blue-400: #50BAFB;
--sky-blue-500: #1EA6FA;
--sky-blue-600: #0489DC;
--sky-blue-700: #046DAF;
--sky-blue-800: #034E7D;
--sky-blue-900: #023250;
--sky-blue-950: #011F32;
}