Sky Blue
#5BADF1
BlueColor Codes
All color formats for development
HEX
#5BADF1RGB
rgb(91, 173, 241)HSL
hsl(207, 84%, 65%)OKLCH
oklch(0.725 0.128 245.9)CMYK
cmyk(62%, 28%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C9EEE
2#1E8FEB
3#137ED5
4#106CB7
5#0D5A98
6#0B487A
7#08365B
8#05243D
9#03121E
Tints
Lighter variations
1#6BB5F2
2#7CBEF4
3#8CC6F5
4#9CCEF6
5#ADD6F8
6#BDDEF9
7#CEE6FB
8#DEEFFC
9#EFF7FE
Tones
Muted variations
1#62ACE9
2#6AACE2
3#71ABDA
4#79AAD3
5#80A9CB
6#88A9C4
7#8FA8BC
8#97A7B5
9#9EA6AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEF #DEEFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E1 #C2E1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93C9 #93C9F6 | BordersInactive statesPlaceholder text |
| 400 | 5BAD #5BADF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C96 #2C96ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 127A #127ACE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E61 #0E61A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A45 #0A4575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072C #072C4B | Primary textHigh emphasis contentDark headings |
| 950 | 041C #041C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FE;
--sky-blue-100: #DEEFFC;
--sky-blue-200: #C2E1FA;
--sky-blue-300: #93C9F6;
--sky-blue-400: #5BADF1;
--sky-blue-500: #2C96ED;
--sky-blue-600: #127ACE;
--sky-blue-700: #0E61A4;
--sky-blue-800: #0A4575;
--sky-blue-900: #072C4B;
--sky-blue-950: #041C2F;
}