Sky Blue
#5BB5F1
BlueColor Codes
All color formats for development
HEX
#5BB5F1RGB
rgb(91, 181, 241)HSL
hsl(204, 84%, 65%)OKLCH
oklch(0.742 0.122 240.4)CMYK
cmyk(62%, 25%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3CA7EE
2#1E99EB
3#1388D5
4#1074B7
5#0D6198
6#0B4D7A
7#083A5B
8#05273D
9#03131E
Tints
Lighter variations
1#6BBCF2
2#7CC4F4
3#8CCBF5
4#9CD2F6
5#ADDAF8
6#BDE1F9
7#CEE9FB
8#DEF0FC
9#EFF8FE
Tones
Muted variations
1#62B3E9
2#6AB2E2
3#71B0DA
4#79AFD3
5#80ADCB
6#88ACC4
7#8FAABC
8#97A9B5
9#9EA7AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF0 #DEF0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E3 #C2E3FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93CE #93CEF6 | BordersInactive statesPlaceholder text |
| 400 | 5BB5 #5BB5F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CA0 #2CA0ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1283 #1283CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E68 #0E68A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A4A #0A4A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0730 #07304B | Primary textHigh emphasis contentDark headings |
| 950 | 041E #041E2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F9FE;
--sky-blue-100: #DEF0FC;
--sky-blue-200: #C2E3FA;
--sky-blue-300: #93CEF6;
--sky-blue-400: #5BB5F1;
--sky-blue-500: #2CA0ED;
--sky-blue-600: #1283CE;
--sky-blue-700: #0E68A4;
--sky-blue-800: #0A4A75;
--sky-blue-900: #07304B;
--sky-blue-950: #041E2F;
}