Sky Blue
#5BA8F1
BlueColor Codes
All color formats for development
HEX
#5BA8F1RGB
rgb(91, 168, 241)HSL
hsl(209, 84%, 65%)OKLCH
oklch(0.713 0.132 249)CMYK
cmyk(62%, 30%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C98EE
2#1E88EB
3#1377D5
4#1066B7
5#0D5598
6#0B447A
7#08335B
8#05223D
9#03111E
Tints
Lighter variations
1#6BB1F2
2#7CBAF4
3#8CC2F5
4#9CCBF6
5#ADD4F8
6#BDDCF9
7#CEE5FB
8#DEEEFC
9#EFF6FE
Tones
Muted variations
1#62A8E9
2#6AA8E2
3#71A7DA
4#79A7D3
5#80A7CB
6#88A7C4
7#8FA6BC
8#97A6B5
9#9EA6AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEE #DEEEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DF #C2DFFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93C6 #93C6F6 | BordersInactive statesPlaceholder text |
| 400 | 5BA8 #5BA8F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C8F #2C8FED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1273 #1273CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E5C #0E5CA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A42 #0A4275 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072A #072A4B | Primary textHigh emphasis contentDark headings |
| 950 | 041A #041A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FE;
--sky-blue-100: #DEEEFC;
--sky-blue-200: #C2DFFA;
--sky-blue-300: #93C6F6;
--sky-blue-400: #5BA8F1;
--sky-blue-500: #2C8FED;
--sky-blue-600: #1273CE;
--sky-blue-700: #0E5CA4;
--sky-blue-800: #0A4275;
--sky-blue-900: #072A4B;
--sky-blue-950: #041A2F;
}