Sky Blue
#5BA3F1
BlueColor Codes
All color formats for development
HEX
#5BA3F1RGB
rgb(91, 163, 241)HSL
hsl(211, 84%, 65%)OKLCH
oklch(0.703 0.136 252)CMYK
cmyk(62%, 32%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C92EE
2#1E81EB
3#1371D5
4#1061B7
5#0D5198
6#0B407A
7#08305B
8#05203D
9#03101E
Tints
Lighter variations
1#6BACF2
2#7CB6F4
3#8CBFF5
4#9CC8F6
5#ADD1F8
6#BDDAF9
7#CEE3FB
8#DEEDFC
9#EFF6FE
Tones
Muted variations
1#62A4E9
2#6AA4E2
3#71A4DA
4#79A4D3
5#80A5CB
6#88A5C4
7#8FA5BC
8#97A5B5
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 | C2DD #C2DDFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93C3 #93C3F6 | BordersInactive statesPlaceholder text |
| 400 | 5BA3 #5BA3F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C89 #2C89ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 126D #126DCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E57 #0E57A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A3E #0A3E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0728 #07284B | Primary textHigh emphasis contentDark headings |
| 950 | 0419 #04192F | 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: #C2DDFA;
--sky-blue-300: #93C3F6;
--sky-blue-400: #5BA3F1;
--sky-blue-500: #2C89ED;
--sky-blue-600: #126DCE;
--sky-blue-700: #0E57A4;
--sky-blue-800: #0A3E75;
--sky-blue-900: #07284B;
--sky-blue-950: #04192F;
}