Sky Blue
#5BBCF1
BlueColor Codes
All color formats for development
HEX
#5BBCF1RGB
rgb(91, 188, 241)HSL
hsl(201, 84%, 65%)OKLCH
oklch(0.758 0.119 235.3)CMYK
cmyk(62%, 22%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3CB0EE
2#1EA3EB
3#1391D5
4#107DB7
5#0D6898
6#0B537A
7#083E5B
8#052A3D
9#03151E
Tints
Lighter variations
1#6BC3F2
2#7CCAF4
3#8CD0F5
4#9CD7F6
5#ADDEF8
6#BDE4F9
7#CEEBFB
8#DEF2FC
9#EFF8FE
Tones
Muted variations
1#62BAE9
2#6AB8E2
3#71B5DA
4#79B3D3
5#80B1CB
6#88AFC4
7#8FACBC
8#97AAB5
9#9EA8AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF2 #DEF2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E6 #C2E6FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93D3 #93D3F6 | BordersInactive statesPlaceholder text |
| 400 | 5BBC #5BBCF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CA9 #2CA9ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 128C #128CCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E70 #0E70A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A50 #0A5075 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0733 #07334B | Primary textHigh emphasis contentDark headings |
| 950 | 0420 #04202F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F9FE;
--sky-blue-100: #DEF2FC;
--sky-blue-200: #C2E6FA;
--sky-blue-300: #93D3F6;
--sky-blue-400: #5BBCF1;
--sky-blue-500: #2CA9ED;
--sky-blue-600: #128CCE;
--sky-blue-700: #0E70A4;
--sky-blue-800: #0A5075;
--sky-blue-900: #07334B;
--sky-blue-950: #04202F;
}