Sky Blue
#5BB0F1
BlueColor Codes
All color formats for development
HEX
#5BB0F1RGB
rgb(91, 176, 241)HSL
hsl(206, 84%, 65%)OKLCH
oklch(0.731 0.126 243.9)CMYK
cmyk(62%, 27%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3CA1EE
2#1E92EB
3#1381D5
4#106FB7
5#0D5C98
6#0B4A7A
7#08375B
8#05253D
9#03121E
Tints
Lighter variations
1#6BB8F2
2#7CC0F4
3#8CC8F5
4#9CCFF6
5#ADD7F8
6#BDDFF9
7#CEE7FB
8#DEEFFC
9#EFF7FE
Tones
Muted variations
1#62AFE9
2#6AAEE2
3#71ADDA
4#79ACD3
5#80ABCB
6#88AAC4
7#8FA9BC
8#97A8B5
9#9EA7AD
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 | C2E2 #C2E2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93CB #93CBF6 | BordersInactive statesPlaceholder text |
| 400 | 5BB0 #5BB0F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C99 #2C99ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 127D #127DCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E63 #0E63A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A47 #0A4775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072D #072D4B | 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: #C2E2FA;
--sky-blue-300: #93CBF6;
--sky-blue-400: #5BB0F1;
--sky-blue-500: #2C99ED;
--sky-blue-600: #127DCE;
--sky-blue-700: #0E63A4;
--sky-blue-800: #0A4775;
--sky-blue-900: #072D4B;
--sky-blue-950: #041C2F;
}