Sky Blue
#5BA6F1
BlueColor Codes
All color formats for development
HEX
#5BA6F1RGB
rgb(91, 166, 241)HSL
hsl(210, 84%, 65%)OKLCH
oklch(0.709 0.133 250.2)CMYK
cmyk(62%, 31%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C95EE
2#1E85EB
3#1374D5
4#1063B7
5#0D5398
6#0B427A
7#08325B
8#05213D
9#03111E
Tints
Lighter variations
1#6BAFF2
2#7CB8F4
3#8CC1F5
4#9CC9F6
5#ADD2F8
6#BDDBF9
7#CEE4FB
8#DEEDFC
9#EFF6FE
Tones
Muted variations
1#62A6E9
2#6AA6E2
3#71A6DA
4#79A6D3
5#80A6CB
6#88A6C4
7#8FA6BC
8#97A6B5
9#9EA6AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEED #DEEDFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DE #C2DEFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93C4 #93C4F6 | BordersInactive statesPlaceholder text |
| 400 | 5BA6 #5BA6F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C8C #2C8CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1270 #1270CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E59 #0E59A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A40 #0A4075 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0729 #07294B | 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: #F1F7FE;
--sky-blue-100: #DEEDFC;
--sky-blue-200: #C2DEFA;
--sky-blue-300: #93C4F6;
--sky-blue-400: #5BA6F1;
--sky-blue-500: #2C8CED;
--sky-blue-600: #1270CE;
--sky-blue-700: #0E59A4;
--sky-blue-800: #0A4075;
--sky-blue-900: #07294B;
--sky-blue-950: #041A2F;
}