Sky Blue
#5BA1F1
BlueColor Codes
All color formats for development
HEX
#5BA1F1RGB
rgb(91, 161, 241)HSL
hsl(212, 84%, 65%)OKLCH
oklch(0.698 0.138 253.1)CMYK
cmyk(62%, 33%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C8FEE
2#1E7EEB
3#136ED5
4#105EB7
5#0D4E98
6#0B3F7A
7#082F5B
8#051F3D
9#03101E
Tints
Lighter variations
1#6BAAF2
2#7CB4F4
3#8CBDF5
4#9CC6F6
5#ADD0F8
6#BDD9F9
7#CEE3FB
8#DEECFC
9#EFF6FE
Tones
Muted variations
1#62A1E9
2#6AA2E2
3#71A2DA
4#79A3D3
5#80A3CB
6#88A4C4
7#8FA4BC
8#97A5B5
9#9EA5AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEC #DEECFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DC #C2DCFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93C1 #93C1F6 | BordersInactive statesPlaceholder text |
| 400 | 5BA1 #5BA1F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C86 #2C86ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 126A #126ACE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E54 #0E54A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A3C #0A3C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0727 #07274B | Primary textHigh emphasis contentDark headings |
| 950 | 0418 #04182F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F7FE;
--sky-blue-100: #DEECFC;
--sky-blue-200: #C2DCFA;
--sky-blue-300: #93C1F6;
--sky-blue-400: #5BA1F1;
--sky-blue-500: #2C86ED;
--sky-blue-600: #126ACE;
--sky-blue-700: #0E54A4;
--sky-blue-800: #0A3C75;
--sky-blue-900: #07274B;
--sky-blue-950: #04182F;
}